Skip to content
Snippets Groups Projects
Commit 665783b7 authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

added rabbit_virtual_host variable

parent d89003d6
No related branches found
No related tags found
2 merge requests!31Mitaka,!30Dev roadtomitaka
......@@ -45,6 +45,7 @@ class iaas::profile::cinder (
rabbit_hosts => suffix($rhosts, ':5672'),
rabbit_userid => $rabbitmq_user,
rabbit_password => $rabbitmq_password,
rabbit_virtual_host => '/',
#not in mitaka
# mysql_module => '2.3',
database_idle_timeout => 3600,
......
......@@ -109,6 +109,7 @@ class iaas::profile::glance (
# rabbit_host => $endpoint,
# rabbit_hosts => $rhosts,
rabbit_hosts => suffix($rhosts, ':5672'),
rabbit_virtual_host => '/',
}
##Leave commented if DB is not controller
......
......@@ -67,6 +67,7 @@ class iaas::profile::heat (
rabbit_hosts => suffix($rhosts, ':5672'),
rabbit_userid => $rabbitmq_user,
rabbit_password => $rabbitmq_password,
rabbit_virtual_host => '/',
#mitaka
# auth_uri => "http://${endpoint_main}:5000/v2.0",
auth_uri => "http://${endpoint_main}:5000/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment