How do I use rally with a openstack installation that uses a self signed certificate?
We have a openstack installation where the apis are protected using ssl. At the moment we still are using a self signed certificate. When I try to run tests against the apis using rally it (understandably) complains that it can't verifiy the SSL certificate:
2015-04-08 13:11:48.378 8653 TRACE rally SSLError: SSL exception connecting to https://api/keystone/v2.0: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
I though that I could fix this by setting "https_insecure = true" in rally.conf, but this had no effect.
So how do I go about testing my open stack with rally, using a self signed certificate?