4f053c61d6
If you have 2 swift regions served by the same keystone, then the client cannot get the correct URL for the swift endpoint without specifying a region_name. Closes-Bug: 1587088 Change-Id: Iaab883386e125c3ca6b9554389e63df17267a135
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
[dispersion]
|
|
# Please create a new account solely for using dispersion tools, which is
|
|
# helpful for keep your own data clean.
|
|
auth_url = http://localhost:8080/auth/v1.0
|
|
auth_user = test:tester
|
|
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_user = tenant:user
|
|
# auth_key = password
|
|
# auth_version = 2.0
|
|
#
|
|
# NOTE: If you want to use keystone (auth version 3.0), then its configuration
|
|
# would look something like:
|
|
# auth_url = http://localhost:5000/v3/
|
|
# auth_user = user
|
|
# auth_key = password
|
|
# auth_version = 3.0
|
|
# project_name = project
|
|
# project_domain_name = project_domain
|
|
# user_domain_name = user_domain
|
|
#
|
|
# endpoint_type = publicURL
|
|
#
|
|
# NOTE: If you have only 1 region with a swift endpoint, no need to specify it
|
|
# region_name =
|
|
#
|
|
# keystone_api_insecure = no
|
|
#
|
|
# swift_dir = /etc/swift
|
|
# dispersion_coverage = 1.0
|
|
# retries = 5
|
|
# concurrency = 25
|
|
# container_populate = yes
|
|
# object_populate = yes
|
|
# container_report = yes
|
|
# object_report = yes
|
|
# dump_json = no
|