From 83eccdfa7dea5830136f85cdcb87abfbbbc2b1e2 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 22 May 2012 10:05:11 -0700 Subject: [PATCH] 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. --- manifests/all.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/all.pp b/manifests/all.pp index 38b901a..dd5bfc0 100644 --- a/manifests/all.pp +++ b/manifests/all.pp @@ -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':