Skip to content
Snippets Groups Projects
Commit 5de748e5 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

kamaki: ignore ssl certificates

Support kamaki 0.13rc5. From this version on, kamaki uses ssl
certificates by default. For now, instruct kamaki to ignore the
certificates.
parent baae101f
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,12 @@ from kamaki.clients.image import ImageClient
from kamaki.clients.pithos import PithosClient
from kamaki.clients.astakos import CachedAstakosClient as AstakosClient
try:
from kamaki.clients.utils import https
https.patch_ignore_ssl()
except ImportError:
pass
try:
config = Config()
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment