Add passthrough to etc/swift.conf

Allowing passthrough to be used to add swift storage policies.

Change-Id: Ica4ef7ad6b4356f7f8e987465d29c46a5a95b1e2
This commit is contained in:
Gerry Drudy 2014-07-25 13:00:09 +01:00
parent f4acba1aab
commit 97ecaef2b3

View File

@ -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}}