← Back to team overview

openstack team mailing list archive

Grizzly Devstack Installation - RHEL 6.4

 

Hello All,

In the process of running devstack installation script on RHEL 6.4 , I am
faced with an error.  Below is the error tracked section

+ /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir
/opt/stack/devstack/accrc
Authorization Failed: Unable to sign token. (HTTP 500)
Authorization Failed: Unable to sign token. (HTTP 500)
ERROR: Unable to sign token. (HTTP 500)
Failed to update the root certificate: /opt/stack/devstack/accrc/cacert.pem
Authorization Failed: Unable to sign token. (HTTP 500)


If I manually try to run any commands , I get the similar error message

nova --os-username admin --os-password XXXXXX --os-auth-url
http://127.0.0.1:35357/v2.0 --os-tenant-name demo image-list
ERROR: Unable to sign token. (HTTP 500)


Could someone throw insights in actual cause of this issue ?

Follow ups