yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #00369
[Bug 981269] Re: instance_type is still set as a property value of "none" even when flavors cannot be retrieved
Hi Yaguang
Thanks for the patch; right at this moment the latest updates for
Openstack Essex are pending processing in the SRU queue so we need to
defer uploading this fix for a short while; once 12.04.2 gets out of the
door things should free up again.
I've un-subscribed ubuntu-sponsors for the time being and added myself.
** Also affects: horizon (Ubuntu)
Importance: Undecided
Status: New
** Changed in: horizon (Ubuntu)
Status: New => Fix Released
** Changed in: horizon (Ubuntu)
Importance: Undecided => Medium
** Changed in: horizon (Ubuntu Precise)
Importance: Undecided => Medium
** No longer affects: openstack-dashboard (Ubuntu)
** No longer affects: openstack-dashboard (Ubuntu Precise)
** Changed in: horizon (Ubuntu Precise)
Status: New => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/981269
Title:
instance_type is still set as a property value of "none" even when
flavors cannot be retrieved
Status in OpenStack Dashboard (Horizon):
Fix Released
Status in “horizon” package in Ubuntu:
Fix Released
Status in “horizon” source package in Precise:
In Progress
Bug description:
[Impact]
* horizon throw errors when view horizon/syspanel/instances/ page with deleted
flavor still in use by instances.
* try to get flavor info through the flavor.get api,this can retrive the deleted
flavor info.
[Test Case]
* Launch an instance of flavor m1.tiny
on controller node do: nova flavor-delete m1.tiny, and wait for it to succeed.
on horizon look at the state of the machines, http://horizon-system:port/horizon/
syspanel/instances/ and wait for it to fail because horizon can not find the flavor
m1.tiny and therefore can not report the status and details of the instance in
question.
[Regression Potential]
* This is a backport from upstream.
In Nova dashboard and Syspanel dashboard if the flavor of an instance
cannot be retrieved the property .full_flavor will still be set to
"None". If there is no error retrieving flavors and a flavor has been
deleted, this can cause a large traceback in the table rendering as
get_size checks if the instance object hasattr() "full_flavor" instead
of for the individual values to display in the "Size" column.
Attached is a potential fix. I have also included an alternate code
path that will directly query the API for a flavor's information if it
is not present in the full_flavors list(); this can occur if a flavor
has been deleted as api.nova.flavors_list() only returns flavors that
are not deleted.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/981269/+subscriptions