horizon/openstack_dashboard/dashboards/project/cgroups
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/cgroups Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
__init__.py Move Consistency Groups out of Volumes panel 2017-03-06 15:49:53 +11:00
forms.py Fix remove consistency group volumes form redict url error 2017-04-08 21:49:21 +08:00
panel.py Move Consistency Groups out of Volumes panel 2017-03-06 15:49:53 +11:00
tables.py Move Consistency Groups out of Volumes panel 2017-03-06 15:49:53 +11:00
tabs.py Move Consistency Groups out of Volumes panel 2017-03-06 15:49:53 +11:00
tests.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
urls.py Move Consistency Groups out of Volumes panel 2017-03-06 15:49:53 +11:00
views.py Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
workflows.py Fix create consistency group form exception 2017-04-10 22:07:19 +08:00