openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #19277
Problem hen running VM instances
Hi again guys,
I'm sorry for all these questions, but when I learn how to install it I'll
help people with these same problems, well, I'm trying to run a VM instance
on Essex, a ubuntu image, but when I try to boot it the OS-EXT-STS:vm_state
is error.
What am I missing?
Thank you all again.
Guilherme Russi.
nova --os_tenant_name cloud image-list
+--------------------------------------+-------------------+--------+--------+
| ID | Name
| Status | Server |
+--------------------------------------+-------------------+--------+--------+
| 31d45bd5-5ba5-45b6-814e-54eef1699074 | tty-linux-ramdisk | ACTIVE |
|
| b54cd532-20c2-4b48-a735-6d7fd6b083b8 | tty-linux-kernel | ACTIVE |
|
| c16e7a7a-3c21-44db-8a38-5a49fa262ac9 | tty-linux-kernel | SAVING |
|
| d5220087-89ce-486f-a98e-3eb2c367d7ba | tty-linux | ACTIVE |
|
+--------------------------------------+-------------------+--------+--------+
nova --os_tenant_name cloud boot --flavor 2 --image
b54cd532-20c2-4b48-a735-6d7fd6b083b8 --security_group default imagem
+-------------------------------------+--------------------------------------+
| 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-00000001
|
| OS-EXT-STS:power_state | 0
|
| OS-EXT-STS:task_state | scheduling
|
| OS-EXT-STS:vm_state | error
|
| accessIPv4 |
|
| accessIPv6 |
|
| adminPass | V4oFZcgLjrYn
|
| config_drive |
|
| created | 2012-12-10T15:56:44Z
|
| flavor | m1.small
|
| hostId |
|
| id |
f43f77e7-1e36-4e19-b752-2e4c3ba7c076 |
| image | tty-linux-kernel
|
| key_name |
|
| metadata | {}
|
| name | imagem
|
| progress | 0
|
| status | BUILD
|
| tenant_id | d52768c939ee4a1b8dc82182a29df8d2
|
| updated | 2012-12-10T15:56:44Z
|
| user_id | 830ae8bc830440c28372066bdf20d9bc
|
+-------------------------------------+--------------------------------------+
nova --os_tenant_name cloud list
+--------------------------------------+--------+--------+----------+
| ID | Name | Status | Networks |
+--------------------------------------+--------+--------+----------+
| f43f77e7-1e36-4e19-b752-2e4c3ba7c076 | imagem | ERROR | |
+--------------------------------------+--------+--------+----------+
Follow ups