Ensure that verbose is set for nova class
Previously, the verbose option was not being passed to the nova class. This commit resolves the issue.
This commit is contained in:
@@ -144,6 +144,7 @@ class openstack::all(
|
|||||||
rabbit_password => $rabbit_password,
|
rabbit_password => $rabbit_password,
|
||||||
image_service => 'nova.image.glance.GlanceImageService',
|
image_service => 'nova.image.glance.GlanceImageService',
|
||||||
glance_api_servers => '127.0.0.1:9292',
|
glance_api_servers => '127.0.0.1:9292',
|
||||||
|
verbose => $verbose,
|
||||||
}
|
}
|
||||||
|
|
||||||
class { 'nova::api':
|
class { 'nova::api':
|
||||||
|
Reference in New Issue
Block a user