diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-02-23 16:02:16 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-02-23 16:02:16 +0200 |
commit | e8df83570ea64244a26174376afe550a383490f2 (patch) | |
tree | ede3e68fbbafd906abdcf9f04520632ff7bceefe /puppet | |
parent | 1e1a4d415ead0310fc4d6d7ff22140a4a8326887 (diff) |
Enable TLS for swift-proxy's ceilometer notifications
If the message broker is using TLS, we enable it for these
notifications.
Change-Id: I4f37e77ae12e9582fab7d326ebd4c70127c5445f
Depends-On: If23d1f0d20264faaddc2e5ad54863483fa43ed41
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/swift-proxy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/swift-proxy.yaml b/puppet/services/swift-proxy.yaml index 526fa888..c941b598 100644 --- a/puppet/services/swift-proxy.yaml +++ b/puppet/services/swift-proxy.yaml @@ -138,6 +138,7 @@ outputs: - '' - 'proxy-logging' - 'proxy-server' + swift::proxy::ceilometer::rabbit_use_ssl: {get_param: RabbitClientUseSSL} swift::proxy::account_autocreate: true # NOTE: bind IP is found in Heat replacing the network name with the # local node IP for the given network; replacement examples |