Activity log for bug #1293826

Date Who What changed Old value New value Message
2014-03-17 22:36:37 Giuseppe Galeota bug added bug
2014-03-17 22:38:29 Giuseppe Galeota description If Keystone accepts only HTTPS connections, the trove-taskmanager provide the following error while validate the CA_file.pem: WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed In order to validate CA_file.pem of Keystone wesholud modify: * the $TROVE_PATH/trove/trove/common/remote.py file into rows 45 (NOVA) and 65 (CINDER), adding the cacert="/path/to/your/file.pem" ad last parameter in the .Client() function: client = Client(context.user, context.auth_token, project_id=context.tenant, auth_url=PROXY_AUTH_URL, cacert="/path/to/your/file.pem") * the /usr/local/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py in the rows 720 and 725:: 720: print('#####self.ssl_ca_file', self.ssl_ca_file) 725: kwargs['verify'] = '/path/to/your/file.pem' If Keystone accepts only HTTPS connections, the trove-taskmanager provide the following error while validate the CA_file.pem: WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:504:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed In order to validate CA_file.pem of Keystone wesholud modify:  * the $TROVE_PATH/trove/trove/common/remote.py file into rows 45 (NOVA) and 65 (CINDER), adding the cacert="/path/to/your/file.pem" ad last parameter in the .Client() function:     client = Client(context.user, context.auth_token, project_id=context.tenant,auth_url=PROXY_AUTH_URL,cacert="/path/to/your/file.pem")  * the /usr/local/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py in the rows 720 and 725:   720: print('#####self.ssl_ca_file', self.ssl_ca_file)   725: kwargs['verify'] = '/path/to/your/file.pem'
2014-03-17 22:58:39 Giuseppe Galeota description If Keystone accepts only HTTPS connections, the trove-taskmanager provide the following error while validate the CA_file.pem: WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:504:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed In order to validate CA_file.pem of Keystone wesholud modify:  * the $TROVE_PATH/trove/trove/common/remote.py file into rows 45 (NOVA) and 65 (CINDER), adding the cacert="/path/to/your/file.pem" ad last parameter in the .Client() function:     client = Client(context.user, context.auth_token, project_id=context.tenant,auth_url=PROXY_AUTH_URL,cacert="/path/to/your/file.pem")  * the /usr/local/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py in the rows 720 and 725:   720: print('#####self.ssl_ca_file', self.ssl_ca_file)   725: kwargs['verify'] = '/path/to/your/file.pem' If Keystone accepts only HTTPS connections, the trove-taskmanager provides the following error while validate the CA_file.pem: WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception:[Errno 1] _ssl.c:504:error:14090086:SSLroutines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed In order to validate CA_file.pem of Keystone wesholud modify:  * the $TROVE_PATH/trove/trove/common/remote.py file into rows 45 (NOVA) and 65 (CINDER), adding the cacert="/path/to/your/file.pem" ad last parameter in the .Client() function:     client = Client(context.user, context.auth_token, project_id=context.tenant,auth_url=PROXY_AUTH_URL,cacert="/path/to/your/file.pem")  * the /usr/local/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py in the rows 720 and 725:   720: print('#####self.ssl_ca_file', self.ssl_ca_file)   725: kwargs['verify'] = '/path/to/your/file.pem'
2014-03-18 21:37:12 Michael Basnight trove: importance Undecided Low
2014-03-18 21:37:15 Michael Basnight trove: status New Triaged
2014-03-19 11:49:59 sai krishna trove: assignee sai krishna (krishna1256)
2014-03-19 11:50:26 sai krishna trove: status Triaged In Progress
2014-03-26 14:18:27 Denis M. description If Keystone accepts only HTTPS connections, the trove-taskmanager provides the following error while validate the CA_file.pem: WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception:[Errno 1] _ssl.c:504:error:14090086:SSLroutines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed In order to validate CA_file.pem of Keystone wesholud modify:  * the $TROVE_PATH/trove/trove/common/remote.py file into rows 45 (NOVA) and 65 (CINDER), adding the cacert="/path/to/your/file.pem" ad last parameter in the .Client() function:     client = Client(context.user, context.auth_token, project_id=context.tenant,auth_url=PROXY_AUTH_URL,cacert="/path/to/your/file.pem")  * the /usr/local/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py in the rows 720 and 725:   720: print('#####self.ssl_ca_file', self.ssl_ca_file)   725: kwargs['verify'] = '/path/to/your/file.pem' If Keystone accepts only HTTPS connections, the trove-taskmanager provides the following error while validate the CA_file.pem: WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception:[Errno 1] _ssl.c:504:error:14090086:SSLroutines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed In order to validate CA_file.pem of Keystone, we should modify:  * the $TROVE_PATH/trove/trove/common/remote.py file into rows 45 (NOVA) and 65 (CINDER), adding the cacert="/path/to/your/file.pem" ad last parameter in the .Client() function:     client = Client(context.user, context.auth_token, project_id=context.tenant,auth_url=PROXY_AUTH_URL,cacert="/path/to/your/file.pem")  * the /usr/local/lib/python2.7/dist-packages/keystoneclient/middleware/auth_token.py in the rows 720 and 725:   720: print('#####self.ssl_ca_file', self.ssl_ca_file)   725: kwargs['verify'] = '/path/to/your/file.pem'
2015-02-01 13:33:29 sai krishna trove: assignee sai krishna (krishna1256)
2015-07-07 03:57:43 Matthew Taylor bug added subscriber Matthew Taylor
2015-11-13 21:10:55 Amrith Kumar trove: assignee Amrith (amrith)
2017-09-28 02:59:05 Amrith Kumar trove: assignee Amrith Kumar (amrith)