0c966a602d
This patch: 1. Updates the description of 4 deprecated options: * swift_store_auth_version * swift_store_auth_address * swift_store_user * swift_store_key 2. Adds a new sub-section: Configuring Swift configuration file. Co-Authored-By: Mike Fedosin <mfedosin@mirantis.com> Co-Authored-By: Olena Logvinova <ologvinova@mirantis.com> Change-Id: I41baa2343cf92d819a4a64a2e269e1cb2e3be3f4 Closes-Bug: #1426813 Closes-Bug: #1509349
26 lines
606 B
Plaintext
26 lines
606 B
Plaintext
# glance-swift.conf.sample
|
|
#
|
|
# This file is an example config file when
|
|
# multiple swift accounts/backing stores are enabled.
|
|
#
|
|
# Specify the reference name in []
|
|
# For each section, specify the auth_address, user and key.
|
|
#
|
|
# WARNING:
|
|
# * If any of auth_address, user or key is not specified,
|
|
# the glance-api's swift store will fail to configure
|
|
|
|
[ref1]
|
|
user = tenant:user1
|
|
key = key1
|
|
auth_version = 2
|
|
auth_address = http://localhost:5000/v2.0
|
|
|
|
[ref2]
|
|
user = project_name:user_name2
|
|
key = key2
|
|
user_domain_id = default
|
|
project_domain_id = default
|
|
auth_version = 3
|
|
auth_address = http://localhost:5000/v3
|