Use rabbit_host parameter
openstack::compute takes a rabbit_host parameter, but it's not getting passed to class[nova].
This commit is contained in:
@@ -38,6 +38,7 @@ class openstack::compute(
|
||||
rabbit_userid => $rabbit_user,
|
||||
rabbit_password => $rabbit_password,
|
||||
image_service => 'nova.image.glance.GlanceImageService',
|
||||
rabbit_host => $rabbit_host,
|
||||
glance_api_servers => $glance_api_servers,
|
||||
verbose => $verbose,
|
||||
}
|
||||
|
Reference in New Issue
Block a user