Merge "Add container sync probe test to SAIO default set"
This commit is contained in:
commit
e354f897c3
5
doc/saio/swift/container-sync-realms.conf
Normal file
5
doc/saio/swift/container-sync-realms.conf
Normal file
@ -0,0 +1,5 @@
|
||||
[saio]
|
||||
key = changeme
|
||||
key2 = changeme
|
||||
cluster_saio_endpoint = http://127.0.0.1:8080/v1/
|
||||
|
@ -9,7 +9,7 @@ eventlet_debug = true
|
||||
[pipeline:main]
|
||||
# Yes, proxy-logging appears twice. This is so that
|
||||
# middleware-originated requests get logged too.
|
||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache bulk tempurl ratelimit crossdomain tempauth staticweb container-quotas account-quotas slo dlo versioned_writes proxy-logging proxy-server
|
||||
pipeline = catch_errors gatekeeper healthcheck proxy-logging cache bulk tempurl ratelimit crossdomain container_sync tempauth staticweb container-quotas account-quotas slo dlo versioned_writes proxy-logging proxy-server
|
||||
|
||||
[filter:catch_errors]
|
||||
use = egg:swift#catch_errors
|
||||
@ -35,6 +35,10 @@ use = egg:swift#dlo
|
||||
[filter:slo]
|
||||
use = egg:swift#slo
|
||||
|
||||
[filter:container_sync]
|
||||
use = egg:swift#container_sync
|
||||
current = //saio/saio_endpoint
|
||||
|
||||
[filter:tempurl]
|
||||
use = egg:swift#tempurl
|
||||
|
||||
|
@ -371,6 +371,10 @@ commands are as follows:
|
||||
|
||||
.. literalinclude:: /../saio/swift/container-reconciler.conf
|
||||
|
||||
#. ``/etc/swift/container-sync-realms.conf``
|
||||
|
||||
.. literalinclude:: /../saio/swift/container-sync-realms.conf
|
||||
|
||||
#. ``/etc/swift/account-server/1.conf``
|
||||
|
||||
.. literalinclude:: /../saio/swift/account-server/1.conf
|
||||
|
Loading…
Reference in New Issue
Block a user