diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-27 17:33:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-27 17:33:56 +0000 |
commit | 1b143a78208dffe124c0db5d0e190216dae7b037 (patch) | |
tree | a168941ec52b8c9a9e57cb8a221bb8041535cd5c /manifests/profile | |
parent | b3021d6a0bb2f8b2ef6c41f1b8cea75f9e26c94b (diff) | |
parent | 7568ac4a6307afeaee0a1ac67673904465b5949a (diff) |
Merge "Fix wrong notify in swift proxy profile"
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}") |