horizon/openstack_dashboard/dashboards/project/routers
Mike Hagedorn b8e1ce8904 Neutron Quota Settings Flag Disables Neutron GUI
if OPENSTACK_NEUTRON_NETWORK["enable_quotas"] = False buttons will not appear
and exceptions are thrown.   This is because a dict is searched for a key
("available") which wont be there if its disabled.  This generates a
KeyError at runtime.

As currently written enable_quatas -> False essentially disables Neutron usage.
This is not a desirable outcome.

This patch shows Neutron related buttons and ignores the quota settings,
which seems more in line with the notion of disabling quotas.

Closes-Bug:#1482354
Change-Id: I9485ddeece74d87317c2587498f5f79d4ffdb66e
(cherry picked from commit 5ba219acbf)
2015-09-28 11:32:56 +02:00
..
extensions Fixes inconsistent Router Details page 2015-03-23 10:30:07 +00:00
ports Reduce title duplication in project networking 2015-02-17 10:01:37 +00:00
templates/routers Fixes inconsistent Router Details page 2015-03-23 10:30:07 +00:00
__init__.py Support Quantum L3 function 2013-01-07 20:24:57 -08:00
forms.py Merge "improved the create router form" 2015-02-24 01:06:46 +00:00
panel.py Add a config option to disable Router panel 2014-08-30 05:12:15 +09:00
tables.py Neutron Quota Settings Flag Disables Neutron GUI 2015-09-28 11:32:56 +02:00
tabs.py Fixes inconsistent Router Details page 2015-03-23 10:30:07 +00:00
tests.py Neutron Quota Settings Flag Disables Neutron GUI 2015-09-28 11:32:56 +02:00
urls.py Fix E128 errors in openstack_dashboard/dashboards/project/ 2014-10-16 16:53:52 +09:00
views.py Fixes inconsistent Router Details page 2015-03-23 10:30:07 +00:00