summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorJosh Kearney <josh.kearney@rackspace.com>2010-12-08 14:09:31 -0600
committerJosh Kearney <josh.kearney@rackspace.com>2010-12-08 14:09:31 -0600
commit11234cf88d3eca96da7bc54c4c2cd7bc47151f16 (patch)
treefd3f31f6dca63c6f6f6e51248de06925bf494f43 /nova/flags.py
parentd4b6cfe98f0ce81c21a45f420ce30c5c693c1144 (diff)
parent69d826ee3b036d80439396166bb7406f8258f03c (diff)
Merged trunk
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 1f94feb08..c6578023d 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -259,7 +259,7 @@ DEFINE_string('scheduler_manager', 'nova.scheduler.manager.SchedulerManager',
'Manager for scheduler')
# The service to use for image search and retrieval
-DEFINE_string('image_service', 'nova.image.local.LocalImageService',
+DEFINE_string('image_service', 'nova.image.s3.S3ImageService',
'The service to use for retrieving and searching for images.')
DEFINE_string('host', socket.gethostname(),