summaryrefslogtreecommitdiffstats
path: root/nova/compute
diff options
context:
space:
mode:
authorRick Harris <rick.harris@rackspace.com>2011-01-06 23:38:01 -0600
committerRick Harris <rick.harris@rackspace.com>2011-01-06 23:38:01 -0600
commit8de96296dfb22d0e6c491fcaf072210dfbaa67e8 (patch)
treee83fb153ee36615966f6905c4eef99a9d2db7efc /nova/compute
parent3bf9bc6f6c0fbf90e3f4eab68a9bd99d85fcc422 (diff)
downloadnova-8de96296dfb22d0e6c491fcaf072210dfbaa67e8.tar.gz
nova-8de96296dfb22d0e6c491fcaf072210dfbaa67e8.tar.xz
nova-8de96296dfb22d0e6c491fcaf072210dfbaa67e8.zip
Removing some FIXMEs
Diffstat (limited to 'nova/compute')
-rw-r--r--nova/compute/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py
index 5bb6fac91..75759744d 100644
--- a/nova/compute/api.py
+++ b/nova/compute/api.py
@@ -263,7 +263,7 @@ class ComputeAPI(base.Base):
"""Snapshot the given instance."""
instance = self.db.instance_get_by_internal_id(context, instance_id)
host = instance['host']
-
+
image_service = utils.import_object(FLAGS.image_service)
data = {'name': name, 'is_public': True}