Merge "Swift configuration parameter audit"

This commit is contained in:
Jenkins 2014-08-06 16:18:02 +00:00 committed by Gerrit Code Review
commit b681e74161
7 changed files with 16 additions and 6 deletions

View File

@ -110,6 +110,8 @@ use = egg:swift#recon
# reclaim_age = 604800 # reclaim_age = 604800
# #
# Time in seconds to wait between replication passes # Time in seconds to wait between replication passes
# Note: if the parameter 'interval' is defined then it will be used in place
# of run_pause.
# run_pause = 30 # run_pause = 30
# #
# recon_cache_path = /var/cache/swift # recon_cache_path = /var/cache/swift

View File

@ -29,7 +29,7 @@
# in the queue. # in the queue.
# reclaim_age = 604800 # reclaim_age = 604800
# The cycle time of the daemon # The cycle time of the daemon
# interval = 300 # interval = 30
# Server errors from requests will be retried by default # Server errors from requests will be retried by default
# request_tries = 3 # request_tries = 3

View File

@ -111,6 +111,8 @@ use = egg:swift#recon
# reclaim_age = 604800 # reclaim_age = 604800
# #
# Time in seconds to wait between replication passes # Time in seconds to wait between replication passes
# Note: if the parameter 'interval' is defined then it will be used in place
# of run_pause.
# run_pause = 30 # run_pause = 30
# #
# recon_cache_path = /var/cache/swift # recon_cache_path = /var/cache/swift

View File

@ -4,10 +4,15 @@
auth_url = http://localhost:8080/auth/v1.0 auth_url = http://localhost:8080/auth/v1.0
auth_user = test:tester auth_user = test:tester
auth_key = testing auth_key = testing
# auth_version = 1.0
#
# NOTE: If you want to use keystone (auth version 2.0), then its configuration
# would look something like:
# auth_url = http://localhost:5000/v2.0/ # auth_url = http://localhost:5000/v2.0/
# auth_user = tenant:user # auth_user = tenant:user
# auth_key = password # auth_key = password
# auth_version = 2.0 # auth_version = 2.0
#
# endpoint_type = publicURL # endpoint_type = publicURL
# keystone_api_insecure = no # keystone_api_insecure = no
# #

View File

@ -11,7 +11,7 @@
# #
# Location of the log file with globbing # Location of the log file with globbing
# pattern to check against device errors. # pattern to check against device errors.
# log_file_pattern = /var/log/kern* # log_file_pattern = /var/log/kern.*[!.][!g][!z]
# #
# Regular expression patterns to be used to locate # Regular expression patterns to be used to locate
# device blocks with errors in the log file. Currently # device blocks with errors in the log file. Currently

View File

@ -50,6 +50,7 @@
# up to reclaim_age seconds before it gives up and deletes the entry in the # up to reclaim_age seconds before it gives up and deletes the entry in the
# queue. # queue.
# reclaim_age = 604800 # reclaim_age = 604800
# recon_cache_path = /var/cache/swift
[pipeline:main] [pipeline:main]
pipeline = catch_errors proxy-logging cache proxy-server pipeline = catch_errors proxy-logging cache proxy-server

View File

@ -70,6 +70,7 @@
# #
# Use a comma separated list of full url (http://foo.bar:1234,https://foo.bar) # Use a comma separated list of full url (http://foo.bar:1234,https://foo.bar)
# cors_allow_origin = # cors_allow_origin =
# strict_cors_mode = True
# #
# client_timeout = 60 # client_timeout = 60
# eventlet_debug = false # eventlet_debug = false
@ -88,8 +89,8 @@ use = egg:swift#proxy
# log_handoffs = true # log_handoffs = true
# recheck_account_existence = 60 # recheck_account_existence = 60
# recheck_container_existence = 60 # recheck_container_existence = 60
# object_chunk_size = 8192 # object_chunk_size = 65536
# client_chunk_size = 8192 # client_chunk_size = 65536
# #
# How long the proxy server will wait on responses from the a/c/o servers. # How long the proxy server will wait on responses from the a/c/o servers.
# node_timeout = 10 # node_timeout = 10
@ -204,7 +205,6 @@ use = egg:swift#proxy
# usually indicates administrative responsibilities. # usually indicates administrative responsibilities.
# swift_owner_headers = x-container-read, x-container-write, x-container-sync-key, x-container-sync-to, x-account-meta-temp-url-key, x-account-meta-temp-url-key-2, x-account-access-control # swift_owner_headers = x-container-read, x-container-write, x-container-sync-key, x-container-sync-to, x-account-meta-temp-url-key, x-account-meta-temp-url-key-2, x-account-access-control
[filter:tempauth] [filter:tempauth]
use = egg:swift#tempauth use = egg:swift#tempauth
# You can override the default log routing for this filter here: # You can override the default log routing for this filter here: