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:
Soren Hansen
2012-05-09 20:17:57 -07:00
parent f19f225f25
commit 3e419bc834

View File

@@ -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,
}