diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-04-14 19:03:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-04-14 19:03:36 +0000 |
commit | ffb40e685c632c5d79997dc280737ffa26317c45 (patch) | |
tree | 8f2fa2a9dd4debc12d2188eaf60674a03e1e0408 | |
parent | 42113f6b91e27068e8b9ae4944877562371f33d0 (diff) | |
parent | 65f46f56d2c00b176aa779f9a5427522c2f9fdb3 (diff) |
Merge "Make memcached bind on ctlplane instead of 0.0.0.0"
-rw-r--r-- | puppet/controller-puppet.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index 4b41c0a4..305c3dc4 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -802,6 +802,7 @@ resources: 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} |