Add passthrough to etc/swift.conf
Allowing passthrough to be used to add swift storage policies. Change-Id: Ica4ef7ad6b4356f7f8e987465d29c46a5a95b1e2
This commit is contained in:
parent
f4acba1aab
commit
97ecaef2b3
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user