Add auth v2.0 for swift connection

This commit is contained in:
Thierry Ducrest
2017-09-20 12:43:38 +02:00
committed by Guewen Baconnier
co-authored by Guewen Baconnier
parent 1548fd674a
commit dd8f2fc5c8
4 changed files with 42 additions and 18 deletions
+4 -2
View File
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Camptocamp SA
# Copyright 2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
@@ -11,7 +11,9 @@
'category': 'Knowledge Management',
'depends': ['base_attachment_object_storage'],
'external_dependencies': {
'python': ['swiftclient'],
'python': ['swiftclient',
'keystoneclient',
],
},
'website': 'http://www.camptocamp.com',
'data': [],