From b393561a4823f10ce2f2cffa1a55447ee44476bb Mon Sep 17 00:00:00 2001 From: lvdongbing Date: Fri, 9 Sep 2016 05:02:52 -0400 Subject: [PATCH] Fix cluster query mapping Senlin query params had not be passed to senlin api from client, this patch fixes this issue. Change-Id: I6e8c014ff21313d33a8f3a86916b5c3802fb37e8 --- openstack/cluster/v1/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/cluster/v1/profile.py b/openstack/cluster/v1/profile.py index a80cf4be..7e87b0fc 100644 --- a/openstack/cluster/v1/profile.py +++ b/openstack/cluster/v1/profile.py @@ -30,7 +30,7 @@ class Profile(resource.Resource): patch_update = True _query_mapping = resource.QueryParameters( - 'name', 'type', 'metadata') + 'sort', 'global_project', 'type', 'name') # Bodyerties #: The name of the profile