Skip to content

Commit

Permalink
Tmp patch until upstream blocking issue is fixed
Browse files Browse the repository at this point in the history
We revert features of kamaki 0.13rc4, since we have
downgraded to 0.13rc3 until this one:

  grnet/kamaki#73

is resolved and the fix published

Refs #5
Refs grnet/kamaki#73
  • Loading branch information
loverdos committed Oct 16, 2014
1 parent f0509db commit bc7265c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tar/slipstream_okeanos/OkeanosClientCloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def _initialization(self, user_info):
# 'General.Verbosity Level': '3',
# }

from kamaki.clients.utils import https
https.patch_to_raise_ssl_errors(False)
# from kamaki.clients.utils import https
# https.patch_to_raise_ssl_errors(False)

self.log("user_info = %s" % user_info)
self.okeanosAuthURL = user_info.get_cloud_endpoint()
Expand Down

0 comments on commit bc7265c

Please sign in to comment.