Add versioned_writes to Swift proxy config
authorChristian Schwede <cschwede@redhat.com>
Mon, 10 Oct 2016 20:15:34 +0000 (22:15 +0200)
committerChristian Schwede <cschwede@redhat.com>
Tue, 11 Oct 2016 07:06:02 +0000 (07:06 +0000)
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

manifests/profile/base/swift/proxy.pp

index fc9fe11..8cb1132 100644 (file)
@@ -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
   }
 }