Add rabbit_virtual_host support to openstack controller module .. feature exists in puppetlabs-nova already. Also Made installation of Horizon optional.
This commit is contained in:
@@ -90,6 +90,7 @@ class openstack::compute (
|
|||||||
glance_api_servers => $glance_api_servers,
|
glance_api_servers => $glance_api_servers,
|
||||||
verbose => $verbose,
|
verbose => $verbose,
|
||||||
rabbit_host => $rabbit_host,
|
rabbit_host => $rabbit_host,
|
||||||
|
virtual_host => $rabbit_virtual_host,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install / configure nova-compute
|
# Install / configure nova-compute
|
||||||
|
Reference in New Issue
Block a user