mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user