diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-05-18 13:03:05 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-05-18 13:03:05 -0400 |
| commit | 048dda438c9670998e9c91f6a906373a12ea294d (patch) | |
| tree | bd6eaf23317bddb182901cedf64a5f7e1ed65df4 /nova/api | |
| parent | 9407bbfc61f165bca0a854d59dd516193334a4b4 (diff) | |
fixed bug with compute_api not having actual image_ref to use proper image service
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/servers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index ae7df3fe5..a4e679242 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -174,6 +174,7 @@ class Controller(common.OpenstackController): context, inst_type, image_id, + image_ref=image_ref, kernel_id=kernel_id, ramdisk_id=ramdisk_id, display_name=name, |
