yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #75981
[Bug 1805469] [NEW] nova extension checking is broken
Public bug reported:
A bug in nova extension checking was introduced by:
https://github.com/openstack/horizon/commit/3acb28270a27837253d308f05d40240b04a6affa#diff-2f8897fc38ecf035f786ac562c878dcf
we are comparing `ext` (an object) to a string, rather than `ext.name`:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L1090
** Affects: horizon
Importance: Undecided
Assignee: Adrian Turjak (adriant-y)
Status: 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/1805469
Title:
nova extension checking is broken
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
A bug in nova extension checking was introduced by:
https://github.com/openstack/horizon/commit/3acb28270a27837253d308f05d40240b04a6affa#diff-2f8897fc38ecf035f786ac562c878dcf
we are comparing `ext` (an object) to a string, rather than `ext.name`:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L1090
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1805469/+subscriptions
Follow ups