horizon/openstack_dashboard/test/test_data
Mike Hagedorn 5ba219acbf 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
2015-09-24 20:50:50 +00:00
..
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
ceilometer_data.py Merge "Fixes group by none defect in resource usage stats:" 2014-11-19 01:43:44 +00:00
cinder_data.py Added volume type description for volume type 2015-08-18 12:46:48 -07:00
exceptions.py py3: Replace unicode with six.text_type 2015-08-27 01:26:02 +02:00
glance_data.py Add virtual size to image detail 2015-02-11 14:00:05 -06:00
heat_data.py Merge "Generate a drop down field for custom heat parameters" 2015-03-02 23:55:23 +00:00
keystone_data.py Add description field in the user table 2015-06-24 11:22:22 +07:00
neutron_data.py Neutron Quota Settings Flag Disables Neutron GUI 2015-09-24 20:50:50 +00:00
nova_data.py Remove un-related nova quota in test data 2015-08-06 23:26:24 -07:00
sahara_data.py Remove duplicate key from dictionary 2015-09-23 04:57:22 -07:00
swift_data.py Switch from oslo.utils to oslo_utils 2015-01-18 14:23:32 -08:00
trove_data.py Initial support for database clustering in Horizon 2015-09-21 10:21:46 -06:00
utils.py Replace filter() with a list-comprehension 2015-07-15 10:51:36 +02:00