Skip to content

Commit

Permalink
Enable object versions for SAIO by default
Browse files Browse the repository at this point in the history
Change-Id: I4a20cacd6c8eb4d82a1f0b59a6b26340bc57184a
  • Loading branch information
portante committed Mar 19, 2014
1 parent 7829ca0 commit 2e6325f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/saio/swift/container-server/1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ user = <your-user-name>
log_facility = LOG_LOCAL2
recon_cache_path = /var/cache/swift
eventlet_debug = true
allow_versions = true

[pipeline:main]
pipeline = recon container-server
Expand Down
1 change: 1 addition & 0 deletions doc/saio/swift/container-server/2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ user = <your-user-name>
log_facility = LOG_LOCAL3
recon_cache_path = /var/cache/swift2
eventlet_debug = true
allow_versions = true

[pipeline:main]
pipeline = recon container-server
Expand Down
1 change: 1 addition & 0 deletions doc/saio/swift/container-server/3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ user = <your-user-name>
log_facility = LOG_LOCAL4
recon_cache_path = /var/cache/swift3
eventlet_debug = true
allow_versions = true

[pipeline:main]
pipeline = recon container-server
Expand Down
1 change: 1 addition & 0 deletions doc/saio/swift/container-server/4.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ user = <your-user-name>
log_facility = LOG_LOCAL5
recon_cache_path = /var/cache/swift4
eventlet_debug = true
allow_versions = true

[pipeline:main]
pipeline = recon container-server
Expand Down

0 comments on commit 2e6325f

Please sign in to comment.