http://docs.openstack.org/kilo/install-guide/install/yum/content/keystone-verify.html
I'm currently following openstack-kilo installation guide for centos. I'm on chapter 3 where I'm verifying operations. However, when I enter:
openstack --os-auth-url http://controller:35357 --os-project-name admin --os-username admin --os-auth-type password token issue
and then my password I get this error:
An unexpected error prevented the server from fulfilling your request. (HTTP 500) (Request-ID: req-26bdc206-823e-41ee-8dbc-204befd4ffe2)
I'm not sure why I get this. Is there a log I can check to see the actual error?
Thank you!