Use GlanceImageService by default
the LocalImageService does not even exist anymore
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user