From 97ecaef2b3ea5034d3c73e99b54d9dd4b98a449a Mon Sep 17 00:00:00 2001 From: Gerry Drudy Date: Fri, 25 Jul 2014 13:00:09 +0100 Subject: [PATCH] Add passthrough to etc/swift.conf Allowing passthrough to be used to add swift storage policies. Change-Id: Ica4ef7ad6b4356f7f8e987465d29c46a5a95b1e2 --- .../swift/os-apply-config/etc/swift/swift.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/elements/swift/os-apply-config/etc/swift/swift.conf b/elements/swift/os-apply-config/etc/swift/swift.conf index 2cf6a6d97..6396f2cdc 100644 --- a/elements/swift/os-apply-config/etc/swift/swift.conf +++ b/elements/swift/os-apply-config/etc/swift/swift.conf @@ -1,2 +1,17 @@ [swift-hash] swift_hash_path_suffix = {{swift.hash}} + +{{#swift}} +{{#config}} +[{{{section}}}] +{{#values}} +{{#comment}} +# {{{.}}} +{{/comment}} +{{#option}} +{{{option}}} = {{{value}}} +{{/option}} +{{/values}} + +{{/config}} +{{/swift}}