Fix wrong notify in swift proxy profile
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Thu, 27 Apr 2017 07:23:36 +0000 (10:23 +0300)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Thu, 27 Apr 2017 07:23:36 +0000 (10:23 +0300)
the TLS proxy was notifying neutron::server instead of swift proxy.

Change-Id: I212978c107a75209d5b7c266e608eb9a9e9cdc76

manifests/profile/base/swift/proxy.pp

index e80c8c9..4e0e568 100644 (file)
@@ -127,7 +127,7 @@ class tripleo::profile::base::swift::proxy (
         port       => $tls_proxy_port,
         tls_cert   => $tls_certfile,
         tls_key    => $tls_keyfile,
-        notify     => Class['::neutron::server'],
+        notify     => Class['::swift::proxy'],
       }
     }
     $swift_memcache_servers = suffix(any2array(normalize_ip_for_uri($memcache_servers)), ":${memcache_port}")