horizon/openstack_dashboard
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
..
api quota: Use neutron quota_details API to retrieve usage 2017-12-13 20:27:02 +09:00
conf Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
contrib Remove deprecated scope handling 2017-11-01 14:51:50 +09:00
dashboards quota: Use network quota field names consistently 2017-12-13 20:27:02 +09:00
django_pyscss_fix Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
enabled Merge "Drop Heat related code from horizon" 2017-12-09 10:27:43 +00:00
local Merge "Allow to skip API calls to Neutron in instance tables" 2017-12-12 21:28:20 +00:00
locale Imported Translations from Zanata 2017-12-08 18:23:00 +00:00
management extract_messages, update_catalog: Simplify help message 2017-08-29 12:35:30 +00:00
static Merge "Fix "Open Console" issue on network topology" 2017-12-12 21:14:28 +00:00
templates Adds extensible header functionality 2017-10-03 17:11:06 +00:00
templatetags Added SELECTABLE_THEMES setting 2017-07-26 11:52:35 +01:00
test quota: Use network quota field names consistently 2017-12-13 20:27:02 +09:00
themes Adds extensible header functionality 2017-10-03 17:11:06 +00:00
usage quota: Use network quota field names consistently 2017-12-13 20:27:02 +09:00
utils Merge "Raise detailed exception" 2017-11-29 17:18:39 +00:00
wsgi Add django.wsgi to target of pep8 2017-11-17 07:16:55 +00:00
.eslintrc Add selective ESLint rule activation for Horizon Legacy JS 2015-07-08 17:06:15 -07:00
__init__.py
context_processors.py Fix KeyError for HORIZON_CONFIG['plugins'] in plugin UT 2017-07-07 11:33:40 +00:00
exceptions.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
hooks.py
karma.conf.js Makes the xstatic files lookup dynamic in the tests 2017-07-27 10:01:33 -04:00
policy.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
settings.py Merge "Drop Heat related code from horizon" 2017-12-09 10:27:43 +00:00
theme_settings.py Added SELECTABLE_THEMES setting 2017-07-26 11:52:35 +01:00
urls.py Adds extensible header functionality 2017-10-03 17:11:06 +00:00
views.py Adds extensible header functionality 2017-10-03 17:11:06 +00:00