horizon/openstack_dashboard/dashboards/project/instances
Mykhailo Dovgal d132c2eb11 Get rid of redundant cinder api calls
During executing tenant_limit_usages quotas function we get
information about cinder volumes/snapshots/gigabites usage
that we've already had after tenant_absolute_limits call.
Getting this information we make more api calls that slow down
our application.

This patch fixes this issue.

Closes-Bug: #1703584
Change-Id: Ia6d2dbb8f18ce93f71668d6ebd2689b851586ca9
2017-07-14 16:29:06 +03:00
..
templates/instances Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
workflows Fix tenant_quota_usages function calls caching 2017-06-26 17:36:07 +03: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 Add instance locked status on instances table 2017-06-14 20:00:56 -07:00
tabs.py Fix alignment issues for nav-tabs and ul on details panels 2017-01-18 11:40:14 -08:00
tests.py Fix tenant_quota_usages function calls caching 2017-06-26 17:36:07 +03: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 Make API calls in Instances.DetailView parallel 2017-06-26 13:44:58 +02:00