yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50016
[Bug 1483379] Re: OPENSTACK_NEUTRON_NETWORK['enable_quotas'] = False breaks network topology page
*** This bug is a duplicate of bug 1482354 ***
https://bugs.launchpad.net/bugs/1482354
Seems like this was fixed by https://review.openstack.org/#/c/210100
** Changed in: horizon
Status: In Progress => Invalid
** This bug has been marked a duplicate of bug 1482354
Setting "enable_quotas"=False disables Neutron in GUI
--
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):
Invalid
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
References