summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-02-10 21:01:35 +0000
committerGerrit Code Review <review@openstack.org>2012-02-10 21:01:35 +0000
commitf6f8d96b2686733800ffcd804a490f44ea707185 (patch)
treee41aa8ee8e22182eb250cad089ad480a7a830254 /nova/api
parent5fe4131ad6e4d42962d3e4ee78b4f67b95c9f863 (diff)
parent4c3a79e54f3573961e578f1bd5093a6d09df6136 (diff)
downloadnova-f6f8d96b2686733800ffcd804a490f44ea707185.tar.gz
nova-f6f8d96b2686733800ffcd804a490f44ea707185.tar.xz
nova-f6f8d96b2686733800ffcd804a490f44ea707185.zip
Merge "Fix disk_config typo"
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/compute/servers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/compute/servers.py b/nova/api/openstack/compute/servers.py
index 57adf22ae..574c48644 100644
--- a/nova/api/openstack/compute/servers.py
+++ b/nova/api/openstack/compute/servers.py
@@ -303,7 +303,7 @@ class ActionDeserializer(CommonDeserializer):
raise AttributeError("No flavorRef was specified in request")
if node.hasAttribute("auto_disk_config"):
- rezise['auto_disk_config'] = node.getAttribute("auto_disk_config")
+ resize['auto_disk_config'] = node.getAttribute("auto_disk_config")
return resize