[dev] disable SSL verify for OpenStack

2017-07-10 Thread Markos Gogoulos
Hi all, I'm trying to disable SSL verification via an optional switch, for OpenStack connections. I cannot use the 'global' VERIFY_SSL_CERT in my case, because multiple OpenStack connections take place at the same time, some of them should perform SSL verification while others shouldn't. That is,

Re: [dev] disable SSL verify for OpenStack

2017-07-10 Thread anthony shaw
Add a method in BaseXXXDriver called set_ssl_vertifcation that just sets the value of self.connection.connection.verify? On Mon, Jul 10, 2017 at 3:37 PM, Markos Gogoulos wrote: > Hi all, > > I'm trying to disable SSL verification via an optional switch, for > OpenStack connections. I cannot use

[dev] [VOTE] Release Apache Libcloud 2.1.0

2017-07-10 Thread anthony shaw
This is the second 2.x release, containing major improvements as well as bug fixes for 2.0 A new -tentative tag is committed and can be found at https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=tree;hb=605821335f15ee9eeefee826ada55b97c4fd0065 A full list of changes can be found at: https:

Re: [dev] disable SSL verify for OpenStack

2017-07-10 Thread Jay Rolette
On Mon, Jul 10, 2017 at 9:37 AM, Markos Gogoulos wrote: > Hi all, > > I'm trying to disable SSL verification via an optional switch, for > OpenStack connections. I cannot use the 'global' VERIFY_SSL_CERT in my > case, because multiple OpenStack connections take place at the same time, > some of t

Re: [dev] disable SSL verify for OpenStack

2017-07-10 Thread Jay Rolette
On Mon, Jul 10, 2017 at 2:34 PM, Jay Rolette wrote: > > On Mon, Jul 10, 2017 at 9:37 AM, Markos Gogoulos > wrote: > >> Hi all, >> >> I'm trying to disable SSL verification via an optional switch, for >> OpenStack connections. I cannot use the 'global' VERIFY_SSL_CERT in my >> case, because multi