Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
298b107
)
Add versioned_writes to Swift proxy config
author
Christian Schwede
<cschwede@redhat.com>
Mon, 10 Oct 2016 20:15:34 +0000
(22:15 +0200)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/manifests/profile/base/swift/proxy.pp
b/manifests/profile/base/swift/proxy.pp
index
fc9fe11
..
8cb1132
100644
(file)
--- 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
}
}