Fix authentication to Keystone v3

- Use newer version from python lib.
 - Define project_domain_id + user_domain_id in auth
This commit is contained in:
Akim Juillerat
2020-03-09 09:40:31 +01:00
parent 52416faee5
commit df6c2aec0b
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -60,6 +60,8 @@ class SwiftSessionStore(object):
password=password,
project_name=project_name,
auth_url=auth_url,
project_domain_id='default',
user_domain_id='default',
)
session = keystoneauth1.session.Session(
auth=auth,