From 01ffe54f8dac293efc958570b30898d56991d379 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Fri, 3 Aug 2012 00:30:01 +0100 Subject: [PATCH] include nova::params in compute.pp prevents occurance of the error Must pass package_name to Nova::Generic_service[compute] at /etc/puppet/modules/nova/manifests/generic_service.pp:13 --- manifests/compute.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/compute.pp b/manifests/compute.pp index 088ec1873..80ad47bad 100644 --- a/manifests/compute.pp +++ b/manifests/compute.pp @@ -11,6 +11,8 @@ class nova::compute( $vncproxy_path = '/vnc_auto.html' ) { + include nova::params + if ($vnc_enabled) { if !($vncproxy_host) { warning("VNC is enabled and \$vncproxy_host must be specified nova::compute assumes that it can collect the exported resource: Nova_config[novncproxy_base_url]")