diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-04-09 00:21:09 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-04-09 00:21:09 +0200 |
commit | 65f46f56d2c00b176aa779f9a5427522c2f9fdb3 (patch) | |
tree | 31fb940db9599fa9f95d8ad4f65cdb305600d0ce | |
parent | 0c14b2ad3e0114ffa0aa9514cdfe3dd9d9d212a8 (diff) |
Make memcached bind on ctlplane instead of 0.0.0.0
Change-Id: I06f7066bf9eacf3ef0f5d73c0cfa65eaf4f74cff
-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..c7c5e49b 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -789,10 +789,12 @@ 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::erlang_cookie: {get_input: rabbit_cookie} # Misc + memcached::listen_ip: {get_input: controller_host} neutron_public_interface_ip: {get_input: neutron_public_interface_ip} ntp::servers: {get_input: ntp_servers} control_virtual_interface: {get_input: control_virtual_interface} |