horizon/openstack_dashboard/dashboards/project/instances
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
..
templates/instances Get rid of redundant cinder api calls 2017-07-14 16:29:06 +03:00
workflows Fix tenant_quota_usages function calls caching 2017-06-26 17:36:07 +03:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
audit_tables.py Remove link for user id field on project action log 2017-03-12 18:22:36 +00:00
console.py Replace six.iteritems(iter) with iter.items() 2016-12-14 11:13:20 +08:00
forms.py Merge "hacking: noqa cleanup in openstack_dashboard" 2017-03-27 05:11:18 +00:00
panel.py Revert "Add policy rules to project panels" 2017-01-03 19:35:35 +00:00
tables.py Merge "Fix actions inside instance details view page" 2017-09-21 13:29:41 +00:00
tabs.py Fix alignment issues for nav-tabs and ul on details panels 2017-01-18 11:40:14 -08:00
tests.py Merge "Fix actions inside instance details view page" 2017-09-21 13:29:41 +00:00
urls.py Implement Manage Attachments in Instances 2016-06-28 09:41:41 -05:00
utils.py TrunkPort, Horizon workflow: launch instance 2017-08-31 21:33:56 +00:00
views.py Fix non-API bound filters in project and admin instance panels 2017-09-28 15:10:19 +08:00