diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-04-21 00:34:46 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-04-21 00:34:46 +0000 |
commit | 883d1dcb05e020526cfad9c22fa2a9d771332e38 (patch) | |
tree | 3c1473ae41755c1ff8414a387f6498cf4e1c4ea5 /puppet/controller-puppet.yaml | |
parent | 40148f70d0bc1d41e65f16928fa47723e4541e15 (diff) | |
parent | 3579b32fa2318a1fd0f1c9e0e2b5c1d1fbc1f184 (diff) |
Merge "Add support for Redis configuration"
Diffstat (limited to 'puppet/controller-puppet.yaml')
-rw-r--r-- | puppet/controller-puppet.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/controller-puppet.yaml b/puppet/controller-puppet.yaml index c3efc82e..a893186d 100644 --- a/puppet/controller-puppet.yaml +++ b/puppet/controller-puppet.yaml @@ -801,7 +801,8 @@ resources: # Rabbit rabbitmq::node_ip_address: {get_input: controller_host} rabbitmq::erlang_cookie: {get_input: rabbit_cookie} - + # Redis + redis::bind: {get_input: controller_host} # Misc memcached::listen_ip: {get_input: controller_host} neutron_public_interface_ip: {get_input: neutron_public_interface_ip} |