Fix Redis bind setting to use redis_network
[apex-tripleo-heat-templates.git] / puppet / manifests / overcloud_controller_pacemaker.pp
index ae5001a..1f91583 100644 (file)
@@ -109,7 +109,6 @@ if hiera('step') >= 1 {
 
   # Redis
   class { '::redis' :
-    bind           => '0.0.0.0',
     service_manage => false,
     notify_service => false,
   }