horizon/openstack_dashboard/test/test_data
Akihiro Motoki 1340904d47 quota: Use network quota field names consistently
Previously neutron quota names and nova-network quota names are
mixly used and this makes the readability terrible.
We no longer supports nova-network, so it looks simple to use
neutron quota names consistently.

Neutron quota names use singular form and it is different
from nova and cinder (which adopt plural form as quota names).
Although it might be confusing, the mixed usage is much worse.
Some wrapper layer may address singular vs plural form issue,
but it can be solved later. Let's use neutron quota names
directly now to simplify the code.

blueprint make-quotas-great-again
Change-Id: Ie31414ada34cbdbd046063b512d3cef0a6e68acf
2017-12-13 20:27:02 +09:00
..
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
cinder_data.py quota: retrieve quota (limit) and usage at once 2017-12-13 20:27:02 +09:00
exceptions.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
glance_data.py Merge "Enable volumes metadata update" 2016-10-03 23:47:31 +00:00
keystone_data.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
neutron_data.py quota: Use network quota field names consistently 2017-12-13 20:27:02 +09:00
nova_data.py quota: retrieve quota (limit) and usage at once 2017-12-13 20:27:02 +09:00
swift_data.py Fix handling of swift object name == pseudo-folder name 2016-07-01 16:29:00 +10:00
utils.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00