horizon/openstack_dashboard/dashboards/project/instances
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
..
templates/instances Merge "Delete instance,volume,etc confirmation is missing name or ID" 2017-04-25 17:20:16 +00:00
workflows Retrieve quota and usage only for resources really required 2017-06-14 08:53:32 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
audit_tables.py Remove link for user id field on project action log 2017-03-12 18:22:36 +00:00
console.py Replace six.iteritems(iter) with iter.items() 2016-12-14 11:13:20 +08:00
forms.py Merge "hacking: noqa cleanup in openstack_dashboard" 2017-03-27 05:11:18 +00:00
panel.py Revert "Add policy rules to project panels" 2017-01-03 19:35:35 +00:00
tables.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +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 Implement Manage Attachments in Instances 2016-06-28 09:41:41 -05:00
utils.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
views.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00