horizon/openstack_dashboard/dashboards/project
Huan Xiong 6107983761 Fix non-API bound filters in project and admin instance panels
Filters like "image_name", "flavor_name" and "project" in instance
panels are keys not supported in Nova List-Servers API directly, so they
should be converted to "image", "flavor" and "project_id", respectively,
before Horizon calling Nova List-Servers API.

That used to work, but was broken in commit
df194c8b4c because the code change messed
up the order. This commit fixes it by converting those filters first and
then calling Nova API with modified filters.

Change-Id: I504caaab2b6f256e7eb8c2605acaec39c004e80f
Closes-Bug: #1718725
2017-09-28 15:10:19 +08:00
..
api_access Set PROJECT_DOMAIN_NAME in generated v3 openrc 2017-09-08 15:28:57 +10:00
backups Enable backups on in-use volumes 2017-05-11 16:00:33 -07:00
cg_snapshots Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
cgroups Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
containers Removing deprecated Swift UI code 2016-11-17 16:00:00 -07:00
floating_ips Add server-side filtering Floating IPs 2017-09-14 23:30:57 +00:00
images Make get_available_images() return all the images available 2017-08-11 19:34:21 +08:00
instances Fix non-API bound filters in project and admin instance panels 2017-09-28 15:10:19 +08:00
key_pairs Angularize Key Pairs index view 2017-08-25 14:40:03 +09:00
network_qos Add details to network_qos panel 2017-07-24 13:07:44 +01:00
network_topology Fix tenant_quota_usages function calls caching 2017-06-26 17:36:07 +03:00
networks Disable 'Create Port' button if ports quota is exceeded 2017-08-29 20:41:58 +08:00
overview Show NotAuthorized error message on a separate page 2017-08-29 16:37:04 +03:00
routers Merge "Reduce user confusion in router creation template" 2017-08-08 15:06:01 +00:00
security_groups Make icmp_type/code optional 2017-08-21 10:30:59 +00:00
snapshots Add the Snapshots tab on the Volume Details page 2017-07-27 13:30:34 +00:00
stacks Add exceptions for action 2017-08-14 13:41:32 +03:00
static/dashboard/project Merge "Restores sorting in the launch dialog source page" 2017-09-21 04:21:53 +00:00
trunks Trunks panel: details for trunks and subports 2017-07-27 10:48:55 +02:00
volumes Improve logic for volume snapshots tab 2017-07-27 15:57:03 +00:00
__init__.py
dashboard.py Retrieve domain scoped token 2016-03-08 15:17:38 -08:00