Last active
July 22, 2016 19:17
-
-
Save aculich/ce19cbe73613d2cb6189ef2bfee9b244 to your computer and use it in GitHub Desktop.
log of session that failed to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ nova net-list | |
| +--------------------------------------+-----------+------+ | |
| | ID | Label | CIDR | | |
| +--------------------------------------+-----------+------+ | |
| | df082c3f-f235-476c-97a0-160a8d567c88 | benchmark | None | | |
| | 4367cd20-722f-4dc2-97e8-90d98c25f12e | public | None | | |
| +--------------------------------------+-----------+------+ | |
| $ nova boot --flavor 1 --image 3e2cfdd5-f726-4535-b035-26f72917aa96 --nic net-id=df082c3f-f235-476c-97a0-160a8d567c88 --key-name default --availability-zone nova ubuntu-benchmark | |
| +--------------------------------------+---------------------------------------------------------------------+ | |
| | Property | Value | | |
| +--------------------------------------+---------------------------------------------------------------------+ | |
| | OS-DCF:diskConfig | MANUAL | | |
| | OS-EXT-AZ:availability_zone | nova | | |
| | OS-EXT-STS:power_state | 0 | | |
| | OS-EXT-STS:task_state | scheduling | | |
| | OS-EXT-STS:vm_state | building | | |
| | OS-SRV-USG:launched_at | - | | |
| | OS-SRV-USG:terminated_at | - | | |
| | accessIPv4 | | | |
| | accessIPv6 | | | |
| | adminPass | 3Wk2LuzwQ7St | | |
| | config_drive | | | |
| | created | 2016-07-22T19:10:37Z | | |
| | flavor | m1.tiny (1) | | |
| | hostId | | | |
| | id | 7add44b9-f904-4a1e-a220-4b27508041c4 | | |
| | image | Ubuntu 16.04 LTS Development (3e2cfdd5-f726-4535-b035-26f72917aa96) | | |
| | key_name | default | | |
| | metadata | {} | | |
| | name | ubuntu-benchmark | | |
| | os-extended-volumes:volumes_attached | [] | | |
| | progress | 0 | | |
| | security_groups | default | | |
| | status | BUILD | | |
| | tenant_id | a89ae8d2cf73496a820c4d93e2a7f45d | | |
| | updated | 2016-07-22T19:10:37Z | | |
| | user_id | 8660197a77bf574c654e78634f63b9e49195a7cf88db03d6d4c2796cb87e62e2 | | |
| +--------------------------------------+---------------------------------------------------------------------+ | |
| ~ work$ nova boot --flavor 1 --image 3e2cfdd5-f726-4535-b035-26f72917aa96 --nic net-id=4367cd20-722f-4dc2-97e8-90d98c25f12e --key-name default --availability-zone nova ubuntu-public | |
| +--------------------------------------+---------------------------------------------------------------------+ | |
| | Property | Value | | |
| +--------------------------------------+---------------------------------------------------------------------+ | |
| | OS-DCF:diskConfig | MANUAL | | |
| | OS-EXT-AZ:availability_zone | nova | | |
| | OS-EXT-STS:power_state | 0 | | |
| | OS-EXT-STS:task_state | scheduling | | |
| | OS-EXT-STS:vm_state | building | | |
| | OS-SRV-USG:launched_at | - | | |
| | OS-SRV-USG:terminated_at | - | | |
| | accessIPv4 | | | |
| | accessIPv6 | | | |
| | adminPass | dai7DME4XDWv | | |
| | config_drive | | | |
| | created | 2016-07-22T19:11:18Z | | |
| | flavor | m1.tiny (1) | | |
| | hostId | | | |
| | id | 90c17d00-ec87-4e03-8041-89f0ba321720 | | |
| | image | Ubuntu 16.04 LTS Development (3e2cfdd5-f726-4535-b035-26f72917aa96) | | |
| | key_name | default | | |
| | metadata | {} | | |
| | name | ubuntu-public | | |
| | os-extended-volumes:volumes_attached | [] | | |
| | progress | 0 | | |
| | security_groups | default | | |
| | status | BUILD | | |
| | tenant_id | a89ae8d2cf73496a820c4d93e2a7f45d | | |
| | updated | 2016-07-22T19:11:18Z | | |
| | user_id | 8660197a77bf574c654e78634f63b9e49195a7cf88db03d6d4c2796cb87e62e2 | | |
| +--------------------------------------+---------------------------------------------------------------------+ | |
| $ nova list | |
| +--------------------------------------+------------------+--------+------------+-------------+-------------------------+ | |
| | ID | Name | Status | Task State | Power State | Networks | | |
| +--------------------------------------+------------------+--------+------------+-------------+-------------------------+ | |
| | 7add44b9-f904-4a1e-a220-4b27508041c4 | ubuntu-benchmark | ACTIVE | - | Running | benchmark=192.168.3.207 | | |
| | 90c17d00-ec87-4e03-8041-89f0ba321720 | ubuntu-public | ERROR | - | NOSTATE | | | |
| +--------------------------------------+------------------+--------+------------+-------------+-------------------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment