yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24677
[Bug 814469] Re: OSAPI reports ACTIVE when server built from bad image
** Changed in: nova
Status: Confirmed => Opinion
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/814469
Title:
OSAPI reports ACTIVE when server built from bad image
Status in OpenStack Compute (Nova):
Opinion
Bug description:
Nova shows instance as active when it definitely is not.
To reproduce
1. upload a bad image to glance:
glance add name="bogus" is_public="True" < barbie.jpg
2. boot it:
nova boot --flavor 1 --image <imgage id> 'bogus-server'
3. list it:
$ nova list
+-----+--------------+--------+-----------+------------+
| ID | Name | Status | Public IP | Private IP |
+-----+--------------+--------+-----------+------------+
| 667 | bogus-server | ACTIVE | | 10.0.0.7 |
+-----+--------------+--------+-----------+------------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/814469/+subscriptions