diff options
author | Christian Schwede <cschwede@redhat.com> | 2016-10-10 22:15:34 +0200 |
---|---|---|
committer | Christian Schwede <cschwede@redhat.com> | 2016-10-11 07:06:02 +0000 |
commit | fe3a492861371c93d572210c94776ebbb05bfbd2 (patch) | |
tree | bddbc8eb7b64624ac0df7f4f3634a4dfac52fd0a | |
parent | 298b10760d4d8a3d255a6f5dded55e8a81bfff0b (diff) |
Add versioned_writes to Swift proxy config
Tempest expects object versioning to be enabled by default in Swift;
if not it has to be disabled explicitly in the Tempest config.
This is a commonly used middleware, therefore it should be enabled
in the overcloud proxy nodes as well.
Closes-Bug: 1632215
Change-Id: I07a206473ff7939749e3eba1dfe3ea8c4526eb5c
-rw-r--r-- | manifests/profile/base/swift/proxy.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/swift/proxy.pp b/manifests/profile/base/swift/proxy.pp index fc9fe11..8cb1132 100644 --- a/manifests/profile/base/swift/proxy.pp +++ b/manifests/profile/base/swift/proxy.pp @@ -53,5 +53,6 @@ class tripleo::profile::base::swift::proxy ( include ::swift::proxy::formpost include ::swift::proxy::bulk include ::swift::proxy::ceilometer + include ::swift::proxy::versioned_writes } } |