diff options
| author | Rick Harris <rick.harris@rackspace.com> | 2011-01-11 13:54:23 -0600 |
|---|---|---|
| committer | Rick Harris <rick.harris@rackspace.com> | 2011-01-11 13:54:23 -0600 |
| commit | 69a2612be4e865063fa5982462673f1843e8befc (patch) | |
| tree | afb4ccc62845dd0bd9334aa09f3bbb258eb3c805 /nova/api | |
| parent | 0528a70562afcdb56bbc83359c1443459a6684ba (diff) | |
| download | nova-69a2612be4e865063fa5982462673f1843e8befc.tar.gz nova-69a2612be4e865063fa5982462673f1843e8befc.tar.xz nova-69a2612be4e865063fa5982462673f1843e8befc.zip | |
Changes per Edays comments
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/images.py b/nova/api/openstack/images.py index 1102098b8..8f3f94ea1 100644 --- a/nova/api/openstack/images.py +++ b/nova/api/openstack/images.py @@ -138,7 +138,7 @@ class Controller(wsgi.Controller): instance_id = env["image"]["serverId"] name = env["image"]["name"] - image_meta = compute_api.ComputeAPI().snapshot( + image_meta = compute.ComputeAPI().snapshot( context, instance_id, name) return dict(image=image_meta) |
