Merge pull request #166 from grindtildeath/13.0-fix_auth_to_keystone_v3

[13.0] attachment_swift: Fix authentication to Keystone v3
This commit is contained in:
Akim Juillerat
2020-03-09 13:33:09 +01:00
committed by GitHub
co-authored by GitHub
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -59,6 +59,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,
+2 -2
View File
@@ -2,8 +2,8 @@ boto3==1.9.102
redis==2.10.5
python-json-logger==0.1.5
statsd==3.2.1
python-swiftclient==3.7.0
python-keystoneclient==3.19.0
python-swiftclient==3.9.0
python-keystoneclient==3.22.0
keystoneauth1==3.14.0
# error with 5.x (ConstructorError: could not determine a constructor for the tag '!record')
PyYAML==4.2b4