Fix libcloud login, and add libcloud requirement to faafo
This commit is contained in:
@ -65,10 +65,12 @@ log.setup(CONF, 'api',
|
||||
# Initialize Swift driver
|
||||
Swift = get_driver(Provider.OPENSTACK_SWIFT)
|
||||
driver = Swift(
|
||||
user='CloudComp2',
|
||||
key='demo',
|
||||
tenant_name='CloudComp2',
|
||||
auth_url='https://10.32.4.29:5000/v3',
|
||||
'CloudComp2',
|
||||
'demo',
|
||||
ex_force_auth_url='https://10.32.4.29:5000/',
|
||||
ex_force_auth_version='3.x_password',
|
||||
ex_tenant_name='CloudComp2',
|
||||
ex_domain_name='default',
|
||||
)
|
||||
|
||||
# Ensure container exists
|
||||
|
@ -29,3 +29,4 @@ oslo.config
|
||||
oslo.log
|
||||
PrettyTable
|
||||
kombu
|
||||
apache-libcloud
|
||||
|
Reference in New Issue
Block a user