mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 16:48:36 +00:00
Merge pull request #169 from grindtildeath/7.0-fix_auth_to_keystone_v3
[7.0] attachment_swift: Fix authentication to Keystone v3
This commit is contained in:
@@ -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,
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
boto==2.42.0
|
||||
redis==2.10.5
|
||||
python-json-logger==0.1.5
|
||||
python-swiftclient==3.4.0
|
||||
python-keystoneclient==3.13.0
|
||||
python-swiftclient==3.9.0
|
||||
python-keystoneclient==3.22.0
|
||||
|
||||
Reference in New Issue
Block a user