horizon/openstack_dashboard/dashboards/project/floating_ips
Lingxian Kong 8a922df86b Only get detailed info for Nova servers when necessary
Horizon will get all servers from Nova in different several places,
but sometimes it only need ID and name instead of all the related
information of servers. novaclient already support 'detailed=False'
param for servers query.

Horizon page loading performance can also be improved with this patch.

Closes-Bug: #1661423
Change-Id: Ic4cc95cb4eaed0461a22ab1045fa83ba5a5e9ce4
(cherry picked from commit c33b0840cb)
2017-03-02 12:30:14 +00:00
..
templates/floating_ips Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
__init__.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
forms.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
panel.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
tables.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
tests.py Only get detailed info for Nova servers when necessary 2017-03-02 12:30:14 +00:00
urls.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
views.py Only get detailed info for Nova servers when necessary 2017-03-02 12:30:14 +00:00
workflows.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00