summaryrefslogtreecommitdiff
path: root/test/functional/test_openstacksdk.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/test_openstacksdk.py')
-rw-r--r--test/functional/test_openstacksdk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_openstacksdk.py b/test/functional/test_openstacksdk.py
index cee7f4e..e51773a 100644
--- a/test/functional/test_openstacksdk.py
+++ b/test/functional/test_openstacksdk.py
@@ -35,6 +35,7 @@ class TestOpenStackSDK(unittest.TestCase):
auth_url=TEST_CONFIG['auth_url'],
username=TEST_CONFIG['account_username'],
password=TEST_CONFIG['password'],
+ cacert=TEST_CONFIG['cacert'],
)
cls.object_store = cls.conn.object_store