Fix Redis bind setting to use redis_network

The Redis bind host should be set from [1] template.

1. https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/controller-puppet.yaml#L985

Change-Id: I8713db1a7ad739692817921248edcc6b0e819ade
This commit is contained in:
Giulio Fidente
2015-06-12 11:52:55 +02:00
parent 5033fd0689
commit a6706da768

View File

@@ -109,7 +109,6 @@ if hiera('step') >= 1 {
# Redis
class { '::redis' :
bind => '0.0.0.0',
service_manage => false,
notify_service => false,
}