cinder unauthorized
Hello people,
when i enter the command cinder service-list i get the following: ERROR: Authentication failure: An unexpected error prevented the server from fulfilling your request. (HTTP 500)
I established that the cinder storage server is updating as it should be no error there but when i open the cinder-api log i get the following
2015-02-12 15:13:00.731 3451 INFO cinder.wsgi [-] osapi_volume listening on 0.0.0.0:8776 2015-02-12 15:13:00.732 3451 INFO cinder.openstack.common.service [-] Starting 2 workers 2015-02-12 15:13:00.733 3451 INFO cinder.openstack.common.service [-] Started child 3457 2015-02-12 15:13:00.736 3451 INFO cinder.openstack.common.service [-] Started child 3458 2015-02-12 15:13:00.736 3457 INFO eventlet.wsgi.server [-] (3457) wsgi starting up on http://0.0.0.0:8776/ 2015-02-12 15:13:00.740 3458 INFO eventlet.wsgi.server [-] (3458) wsgi starting up on http://0.0.0.0:8776/ 2015-02-12 15:13:13.697 3458 INFO eventlet.wsgi.server [-] (3458) accepted ('176.9.32.106', 46226) 2015-02-12 15:13:13.716 3458 WARNING keystonemiddleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2015-02-12 15:13:14.232 3458 WARNING keystonemiddleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2015-02-12 15:13:15.250 3458 WARNING keystonemiddleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2015-02-12 15:13:17.267 3458 ERROR keystonemiddleware.auth_token [-] HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2015-02-12 15:13:17.268 3458 WARNING keystonemiddleware.auth_token [-] Authorization failed for token 2015-02-12 15:13:17.270 3458 INFO eventlet.wsgi.server [-] 176.9.32.106
- - [12/Feb/2015 15:13:17] "GET /v1/fbc92b5d4da64f759212afc61fe78d36/os-services HTTP/1.1" 401 259 3.570571 2015-02-12 15:13:17.382 3457 INFO eventlet.wsgi.server [-] (3457) accepted ('176.9.32.106', 46232) 2015-02-12 15:13:17.400 3457 WARNING keystonemiddleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2015-02-12 15:13:17.916 3457 WARNING keystonemiddleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2015-02-12 15:13:18.934 3457 WARNING keystonemiddleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2015-02-12 15:13:20.944 3457 ERROR keystonemiddleware.auth_token [-] HTTP connection exception: [Errno 1] _ssl.c:510: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2015-02-12 15:13:20.944 3457 WARNING keystonemiddleware.auth_token [-] Authorization failed for token 2015-02-12 15:13:20.945 3457 INFO eventlet.wsgi.server [-] 176.9.32.106
- - [12/Feb/2015 15:13:20] "GET /v1/fbc92b5d4da64f759212afc61fe78d36/os-services HTTP/1.1" 401 259 3.561609 2015-02-12 15:14:59.636 3458 INFO eventlet.wsgi.server [-] (3458) accepted ('176.9.32.106', 46245) 2015-02-12 ...