Comment 1 for bug 1012591

Revision history for this message
Jose Castro Leon (jose-castro-leon) wrote :

you can also disable CA validation by

--- keystoneclient/client.py 2012-07-17 18:02:33.910494211 +0200
+++ keystoneclient/client.py.orig 2012-07-17 18:02:22.525503421 +0200
@@ -55,6 +55,7 @@

         # httplib2 overrides
         self.force_exception_to_status_code = True
+ self.disable_ssl_certificate_validation = True

     def authenticate(self):
         """ Authenticate against the keystone API.