From 843a2e0aef58dd2789852715fa9a73a76e6db130 Mon Sep 17 00:00:00 2001 From: Aimon Bustardo Date: Tue, 6 Nov 2012 17:08:41 -0800 Subject: [PATCH] Add rabbit_virtual_host support to openstack controller module .. feature exists in puppetlabs-nova already. Also Made installation of Horizon optional. --- manifests/compute.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/compute.pp b/manifests/compute.pp index e63f69a..8c9caa0 100644 --- a/manifests/compute.pp +++ b/manifests/compute.pp @@ -90,6 +90,7 @@ class openstack::compute ( glance_api_servers => $glance_api_servers, verbose => $verbose, rabbit_host => $rabbit_host, + virtual_host => $rabbit_virtual_host, } # Install / configure nova-compute