Use GlanceImageService by default

the LocalImageService does not even exist anymore
This commit is contained in:
Soren Hansen
2012-05-09 10:36:16 -07:00
parent 76296e6430
commit 20065f5aef

View File

@@ -2,8 +2,7 @@ class nova(
# this is how to query all resources from our clutser
$nova_cluster_id='localcluster',
$sql_connection = false,
# TODO maybe this should default to glance?
$image_service = 'nova.image.local.LocalImageService',
$image_service = 'nova.image.glance.GlanceImageService',
# these glance params should be optional
# this should probably just be configured as a glance client
$glance_api_servers = 'localhost:9292',