summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nova/cmd/manage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/cmd/manage.py b/nova/cmd/manage.py
index 2e4e135ee0..cbf6cb5e45 100644
--- a/nova/cmd/manage.py
+++ b/nova/cmd/manage.py
@@ -2652,7 +2652,7 @@ class PlacementCommands(object):
"""
url = '/resource_providers'
if 'uuid' in kwargs:
- url += '&uuid=%s' % kwargs['uuid']
+ url += '?uuid=%s' % kwargs['uuid']
resp = placement.get(url, global_request_id=context.global_id,
version='1.14')