Testing Application credentials
This commit is contained in:
@@ -70,10 +70,10 @@ log.setup(CONF, 'api',
|
||||
# Initialize Swift driver
|
||||
Swift = get_driver(Provider.OPENSTACK_SWIFT)
|
||||
driver = Swift(
|
||||
'CloudComp2',
|
||||
'demo',
|
||||
os.getenv("APPCRED_ID"),
|
||||
os.getenv("APPCRED_SECRET"),
|
||||
ex_force_auth_url='https://10.32.4.29:5000/',
|
||||
ex_force_auth_version='3.x_password',
|
||||
ex_force_auth_version='3.x_appcred',
|
||||
ex_tenant_name='CloudComp2',
|
||||
ex_domain_name='default',
|
||||
)
|
||||
|
Reference in New Issue
Block a user