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:
Dan Bode
2012-05-22 10:05:11 -07:00
parent db70dbea02
commit 83eccdfa7d

View File

@@ -144,6 +144,7 @@ class openstack::all(
rabbit_password => $rabbit_password,
image_service => 'nova.image.glance.GlanceImageService',
glance_api_servers => '127.0.0.1:9292',
verbose => $verbose,
}
class { 'nova::api':