diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-24 12:57:07 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-24 12:57:07 +0000 |
commit | f2ce84ae219b58539f8a43002a3141d2ace97a92 (patch) | |
tree | e6126fdde3c2724d270850bf48a77b23fb50ed4c /puppet | |
parent | f09f50f96ae5978e71c6bc42bb6a6a9652649851 (diff) | |
parent | e8df83570ea64244a26174376afe550a383490f2 (diff) |
Merge "Enable TLS for swift-proxy's ceilometer notifications"
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 |