summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
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 4fb0f078b..d3f51df0d 100644
--- a/nova/api/openstack/servers.py
+++ b/nova/api/openstack/servers.py
@@ -133,7 +133,7 @@ class Controller(common.OpenstackController):
except:
msg = _("Can not find requested image")
return faults.Fault(exc.HTTPBadRequest(msg))
-
+
kernel_id, ramdisk_id = self._get_kernel_ramdisk_from_image(
req, image_id)