diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-10-31 11:47:52 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-10-31 11:47:52 +0000 |
commit | e713171e1e1c56bd8fadad4cf8dffbc8f5c3a66b (patch) | |
tree | 4f130f6945ab98eeb20a65b623bf083105429aa0 /puppet | |
parent | e71604beafb2a9cdbf43867acb230ddf359e8f81 (diff) | |
parent | 38fe61be95a0efbce32202f708f5bf2b1fe5b8e4 (diff) |
Merge "Fix Swift proxy pipeline ordering"
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/swift-proxy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/swift-proxy.yaml b/puppet/services/swift-proxy.yaml index de8daea5..35e21181 100644 --- a/puppet/services/swift-proxy.yaml +++ b/puppet/services/swift-proxy.yaml @@ -88,7 +88,6 @@ outputs: - ResellerAdmin swift::proxy::versioned_writes::allow_versioned_writes: true swift::proxy::pipeline: - - 'ceilometer' - 'catch_errors' - 'healthcheck' - 'proxy-logging' @@ -101,6 +100,7 @@ outputs: - 'keystone' - 'staticweb' - 'versioned_writes' + - 'ceilometer' - 'proxy-logging' - 'proxy-server' swift::proxy::account_autocreate: true |