horizon/openstack_dashboard/dashboards/project/routers
Akihiro Motoki 359467b401 Retrieve quota and usage only for resources really required
tenant_quota_usage() is used to retrieve quota and usage
to determine if a resource can be created.
However, tenant_quota_usage retrieves quota and usage for
all resources and it can be a performance problem.

This commit allows to load quota and usage only for resources
which are actually required.

Closes-Bug: #1675504
Change-Id: Iab7322a337a451a1a040cc2f4b55cc319b1ffc4c
2017-06-14 08:53:32 +00:00
..
extensions Ensure log messages are not translated 2017-04-11 10:24:01 +00:00
ports Do not display UUID in network/rotuer forms 2017-04-28 08:58:59 +00:00
templates/routers Delete instance,volume,etc confirmation is missing name or ID 2017-04-07 22:58:50 +00:00
__init__.py Support Quantum L3 function 2013-01-07 20:24:57 -08:00
forms.py Do not display UUID in network/rotuer forms 2017-04-28 08:58:59 +00:00
panel.py Revert "Add policy rules to project panels" 2017-01-03 19:35:35 +00:00
tables.py Retrieve quota and usage only for resources really required 2017-06-14 08:53:32 +00:00
tabs.py Fix alignment issues for nav-tabs and ul on details panels 2017-01-18 11:40:14 -08:00
tests.py Retrieve quota and usage only for resources really required 2017-06-14 08:53:32 +00:00
urls.py Remove router rules extension 2016-08-15 15:04:23 -07:00
views.py Change Network form names from Update to Edit 2017-05-10 12:27:12 -07:00