# 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 [ref1] user=service:glance key=c1b7d3d6cc36b6c75c9d4134f7858a235d57528c auth_address=https://192.168.24.2:13000/v3 auth_version=3 user_domain_id=default project_domain_id=default