diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-04-09 00:26:02 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-04-09 00:26:02 +0200 |
commit | f1226b2031c6fd5a9320c5764a761683ca0d2ca2 (patch) | |
tree | 79e5384b5632b4be7bc26885d5cd806cfebcc8eb /puppet/controller-puppet.yaml | |
parent | 0c14b2ad3e0114ffa0aa9514cdfe3dd9d9d212a8 (diff) |
Make rabbitmq bind on ctlplane instead of 0.0.0.0
Change-Id: I353cffc13f56b54ce2d2aeb1468b9a7c51765d7c
Diffstat (limited to 'puppet/controller-puppet.yaml')
-rw-r--r-- | puppet/controller-puppet.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index 3c299895..4815471d 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -789,7 +789,9 @@ resources: nova::network::neutron::neutron_admin_password: {get_input: neutron_password} nova::network::neutron::neutron_url: {get_input: neutron_url} nova::network::neutron::neutron_admin_auth_url: {get_input: neutron_admin_auth_url} + # Rabbit + rabbitmq::node_ip_address: {get_input: controller_host} rabbitmq::erlang_cookie: {get_input: rabbit_cookie} # Misc |