yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #36724
[Bug 1483379] [NEW] OPENSTACK_NEUTRON_NETWORK['enable_quotas'] = False breaks network topology page
Public bug reported:
if OPENSTACK_NEUTRON_NETWORK["enable_quotas"] = False the Network Topology page will not render. This is because a dict is searched for a key
("available") which wont be there if its disabled. This generates a
KeyError at runtime.
This is very similar to https://bugs.launchpad.net/horizon/+bug/1482354
It has the same exact root cause
** Affects: horizon
Importance: Undecided
Status: New
--
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/1483379
Title:
OPENSTACK_NEUTRON_NETWORK['enable_quotas'] = False breaks network
topology page
Status in OpenStack Dashboard (Horizon):
New
Bug description:
if OPENSTACK_NEUTRON_NETWORK["enable_quotas"] = False the Network Topology page will not render. This is because a dict is searched for a key
("available") which wont be there if its disabled. This generates a
KeyError at runtime.
This is very similar to
https://bugs.launchpad.net/horizon/+bug/1482354
It has the same exact root cause
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1483379/+subscriptions
Follow ups