horizon/openstack_dashboard/dashboards/project/volumes
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/volumes Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
forms.py Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
panel.py Refactor Project Volumes stand-alone panel 2017-03-06 15:50:09 +11:00
tables.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
tabs.py Refactor Project Volumes stand-alone panel 2017-03-06 15:50:09 +11:00
tests.py Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
urls.py Refactor Project Volumes stand-alone panel 2017-03-06 15:50:09 +11:00
utils.py [Sahara] Support Cinder availability zones 2015-02-04 08:59:23 +01:00
views.py Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00