summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorChris Behrens <cbehrens@codestud.com>2011-06-23 07:02:49 -0700
committerChris Behrens <cbehrens@codestud.com>2011-06-23 07:02:49 -0700
commite241f5301621e66360bb884193884f9f98bc8832 (patch)
tree4d48f5e17dbc2155f16e4424d0b5a620c9a57719 /nova/api
parent07404e266a4a6b690c62624a9a5e47d60cab7d5b (diff)
str_GET is a property
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/servers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py
index 9e861359a..d499066be 100644
--- a/nova/api/openstack/servers.py
+++ b/nova/api/openstack/servers.py
@@ -76,7 +76,7 @@ class Controller(object):
builder - the response model builder
"""
- query_str = req.str_GET()
+ query_str = req.str_GET
reservation_id = query_str.get('reservation_id')
project_id = query_str.get('project_id')
fixed_ip = query_str.get('fixed_ip')