Re: [Openstack] [OPENSTACK][TROVE] ssl.c:504 error

2014-03-08 Thread Giuseppe Galeota
No bug was ever created for the *_ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed *error, though* we solved the problem* by inserting *cacert = "/path/to/CA_file.pem"* in the .Client() function (rows 45 and 65 of the / trove/trove/common/remote.py file)

Re: [Openstack] [OPENSTACK][TROVE] ssl.c:504 error

2014-03-07 Thread Michael Basnight
Giuseppe Galeota writes: > Hi all, > here you can find the > trove-taskmanager.log file with the details. We found the issue. The code that creates the clients to talk to nova/cinder/heat/swift/etc does not take into account a cacert option. Giuseppe, did a

Re: [Openstack] [OPENSTACK][TROVE] ssl.c:504 error

2014-03-03 Thread Giuseppe Galeota
Hi all, here you can find the trove-taskmanager.log file with the details. Thank you, Giuseppe 2014-02-23 19:03 GMT+01:00 Giuseppe Galeota : > Dear all, > I have manually installed the TROVE service on a VM different then the > controller node, in an Opn

[Openstack] [OPENSTACK][TROVE] ssl.c:504 error

2014-02-23 Thread Giuseppe Galeota
Dear all, I have manually installed the TROVE service on a VM different then the controller node, in an Opnestack testbed (not Devstack). I have followed this guide, with some command modified. After I run the following commands: