diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-04-27 10:23:36 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-04-27 10:23:36 +0300 |
commit | 7568ac4a6307afeaee0a1ac67673904465b5949a (patch) | |
tree | b1a002d5aff0a8a38571135db1ae01088931ae94 /manifests/profile | |
parent | b2aad9c14c4b95ce6df2262a2151586993322d4a (diff) |
Fix wrong notify in swift proxy profile
the TLS proxy was notifying neutron::server instead of swift proxy.
Change-Id: I212978c107a75209d5b7c266e608eb9a9e9cdc76
Diffstat (limited to 'manifests/profile')
-rw-r--r-- | manifests/profile/base/swift/proxy.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/swift/proxy.pp b/manifests/profile/base/swift/proxy.pp index e80c8c9..4e0e568 100644 --- a/manifests/profile/base/swift/proxy.pp +++ b/manifests/profile/base/swift/proxy.pp @@ -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}") |