horizon/openstack_dashboard/dashboards/admin/floating_ips
Lingxian Kong c33b0840cb 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
2017-02-03 12:03:22 +13:00
..
templates/floating_ips Add default common template to python table views 2017-01-05 08:59:35 +00:00
__init__.py Add floating IP panel to admin dashboard 2016-08-19 12:15:55 +08:00
forms.py Add floating IP panel to admin dashboard 2016-08-19 12:15:55 +08:00
panel.py Rework hardcoded policy in admin dash 2016-11-18 15:42:16 -07:00
tables.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
tests.py Add default common template to python table views 2017-01-05 08:59:35 +00:00
urls.py Add floating IP panel to admin dashboard 2016-08-19 12:15:55 +08:00
views.py Only get detailed info for Nova servers when necessary 2017-02-03 12:03:22 +13:00