Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Configure passthrough in swift config files"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 12, 2014
2 parents b5583b8 + c7fe480 commit 1952eaa
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions elements/swift-proxy/os-config-applier/etc/swift/proxy-server.conf
Expand Up @@ -52,3 +52,18 @@ use = egg:swift#account_quotas
[app:proxy-server]
use = egg:swift#proxy
account_autocreate = true

{{#swift-proxy-server}}
{{#config}}
[{{{section}}}]
{{#values}}
{{#comment}}
# {{{.}}}
{{/comment}}
{{#option}}
{{{option}}} = {{{value}}}
{{/option}}
{{/values}}

{{/config}}
{{/swift-proxy-server}}
Expand Up @@ -22,3 +22,18 @@ recon_cache_path = /mnt/state/var/cache/swift

[account-replicator]
recon_cache_path = /mnt/state/var/cache/swift

{{#swift-account-server}}
{{#config}}
[{{{section}}}]
{{#values}}
{{#comment}}
# {{{.}}}
{{/comment}}
{{#option}}
{{{option}}} = {{{value}}}
{{/option}}
{{/values}}

{{/config}}
{{/swift-account-server}}
Expand Up @@ -24,3 +24,18 @@ recon_cache_path = /mnt/state/var/cache/swift

[container-updater]
recon_cache_path = /mnt/state/var/cache/swift

{{#swift-container-server}}
{{#config}}
[{{{section}}}]
{{#values}}
{{#comment}}
# {{{.}}}
{{/comment}}
{{#option}}
{{{option}}} = {{{value}}}
{{/option}}
{{/values}}

{{/config}}
{{/swift-container-server}}
Expand Up @@ -23,3 +23,18 @@ recon_cache_path = /mnt/state/var/cache/swift

[object-updater]
recon_cache_path = /mnt/state/var/cache/swift

{{#swift-object-server}}
{{#config}}
[{{{section}}}]
{{#values}}
{{#comment}}
# {{{.}}}
{{/comment}}
{{#option}}
{{{option}}} = {{{value}}}
{{/option}}
{{/values}}

{{/config}}
{{/swift-object-server}}

0 comments on commit 1952eaa

Please sign in to comment.