Skip to content

Instantly share code, notes, and snippets.

@jnoller
Created June 19, 2014 18:33
Show Gist options
  • Save jnoller/4bffdcbb682e21f268b2 to your computer and use it in GitHub Desktop.
Save jnoller/4bffdcbb682e21f268b2 to your computer and use it in GitHub Desktop.
COREOSSSSS
pug:~ jesse$ nova image-list
+--------------------------------------+-------------------------------------------------------------------------------------------
| ID | Name | Status | Server |
+--------------------------------------+----------------------------------------------------------------------------------------------+--------+--------------------------------------+
...
| afb5ee19-4e6e-42c3-841c-9663e99b83ba | CoreOS (Alpha) | ACTIVE | |
| 547a46bd-d913-4bf7-ac35-2f24f25f1b7a | CoreOS (Beta) | ACTIVE |
...
+------------------+-------------------------+-----------+------+-----------+------+-------+-------------+-----------+
...
pug:~ jesse$ nova boot CoreOS --flavor performance1-8 --image 547a46bd-d913-4bf7-ac35-2f24f25f1b7a --key-name=mykey --poll
+------------------------+------------------------------------------------------+
| Property | Value |
+------------------------+------------------------------------------------------+
| OS-DCF:diskConfig | MANUAL |
| OS-EXT-STS:power_state | 0 |
| OS-EXT-STS:task_state | scheduling |
| OS-EXT-STS:vm_state | building |
| accessIPv4 | |
| accessIPv6 | |
| config_drive | |
| created | 2014-06-19T18:30:27Z |
| flavor | 8 GB Performance (performance1-8) |
| hostId | |
| id | bee234d2-3c0f-48ef-89f5-df3e73aab74f |
| image | CoreOS (Beta) (547a46bd-d913-4bf7-ac35-2f24f25f1b7a) |
| key_name | mykey |
| metadata | {} |
| name | CoreOS |
| progress | 0 |
| status | BUILD |
+------------------------+------------------------------------------------------+
Server building... 100% complete
Finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment