363a256e58
This provides the capability to specify a project_name, project_domain_name and user_domain_name in /etc/swift/dispersion.conf. If this values are set in dispersion.conf they get populated to the swift-client. With this it is possible to have a specific dispersion project specified, which is not the keystone default domain. Changes were applied to swift-dispersion-populate and swift-dispersion-report. Relevant man pages, the example dispersion.conf and the admin guide were updated accordingly. DocImpact Closes-Bug: #1468374 Change-Id: I0e716f8d281b4d0f510bc568bcee4a13fc480ff7
38 lines
1.0 KiB
Plaintext
38 lines
1.0 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
|
|
# 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
|