horizon/openstack_dashboard/api
Ivan Kolodyazhny 3a99499ba0 Get all needed instances for volumes attachments at Admin->Volumes
Nova server_list() wrapper needs to receive an explicit `all_tenants`
boolean flag in order to request instances for _all_ tenants -
otherwise while rendering Admin->Volumes table Django will request
missing instances (to get their names for volume attachments) one by
one, thus significantly increasing response time.

This patch adds check if all_tenants in search_opts and add it to
the search else uses tenant_id in the search_opts.

Co-Authored-By: Dmitry Sutyagin <dsutyagin@mirantis.com>
Co-Authored-By: Ivan Kolodyazhny <e0ne@e0ne.info>
Change-Id: I4761d7da15036b69619649871aef91e1799ee385
Closes-Bug: #1508568
2017-07-13 20:35:21 +03:00
..
rest Merge "Trunks panel: item and batch delete" 2017-06-20 11:47:47 +00:00
__init__.py Split out FWaaS dashboard 2017-06-27 14:20:03 +00:00
base.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
cinder.py Prefer volumev3 and volumev2 endpoints over volume 2017-06-30 16:06:55 +02:00
glance.py Fix H405 (multi line docstring) warnings (openstack_dashboard) 2017-06-09 16:05:31 +00:00
heat.py Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00
keystone.py Merge "Use publicURL as default of OPENSTACK_ENDPOINT_TYPE consistently" 2017-06-13 13:14:12 +00:00
microversions.py Ensure log messages are not translated 2017-04-11 10:24:01 +00:00
network.py Move SG and FIP API wrapper to api.neutron 2017-06-04 17:51:25 +00:00
neutron.py Merge "Show security groups in Port detail page" 2017-06-20 12:16:12 +00:00
nova.py Get all needed instances for volumes attachments at Admin->Volumes 2017-07-13 20:35:21 +03:00
swift.py Use flake8-import-order plugin 2017-07-03 08:02:23 +00:00