9d3ca49387
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
26 lines
632 B
Plaintext
26 lines
632 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
|