Skip to content

Instantly share code, notes, and snippets.

@azizshamim
Created June 19, 2013 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azizshamim/5817195 to your computer and use it in GitHub Desktop.
Save azizshamim/5817195 to your computer and use it in GitHub Desktop.
openstack errors
root@compute:~# nova boot --image 81221706-5abd-4357-ad44-7c24d30caef5 --flavor 1 --key-name nova-key test --poll
+-------------------------------------+--------------------------------------+
| Property | Value |
+-------------------------------------+--------------------------------------+
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-SRV-ATTR:host | None |
| OS-EXT-SRV-ATTR:hypervisor_hostname | None |
| OS-EXT-SRV-ATTR:instance_name | instance-00000003 |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-STS:task_state | scheduling |
| OS-EXT-STS:vm_state | building |
| accessIPv4 | |
| accessIPv6 | |
| adminPass | LATodRt4cU39 |
| config_drive | |
| created | 2013-06-19T19:21:23Z |
| flavor | m1.tiny |
| hostId | |
| id | 37594983-b960-4205-8d23-cf7a5e8617a8 |
| image | cirros-image |
| key_name | nova-key |
| metadata | {} |
| name | test |
| progress | 0 |
| security_groups | [{u'name': u'default'}] |
| status | BUILD |
| tenant_id | 770e5942189d4b1fb90a780fb5293405 |
| updated | 2013-06-19T19:21:23Z |
| user_id | af4cb9175f0345cda7e1f14daeccc408 |
+-------------------------------------+--------------------------------------+
Instance building... 0% complete
Error building instance
root@compute:~# echo $?
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment