HTTP 500 error when running keystone [closed]
I see the following error when running keystone
:
# keystone user-create --name=admin --pass=pass-admin --email=dan.oreilly@dish.com
An unexpected error prevented the server from fulfilling your request. (HTTP 500)
This is on RHEL 6.5.
HELP!!!!! this worked before, before I had to blow the server away and rebuild it. Now it just plain doesn't work.
What do you see in the keystone server log corresponding to this request?
Nothing in the keystone.log file at all, save for the startup stuff when it runs.
keystone --debug role-create --name=admin DEBUG:keystoneclient.session:REQ: curl -i -X POST http://tm1cldctll01:35357/v2.0/OS-KSA... -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "X-Auth-Token: 56976940553b9aae09c8" -d '{"role": {"name": "admin"}}' INFO:urllib3.connectionpool:Starting new HTTP connection (1): 8080 Unable to establish connection to http://xxxxxxxx:35357/v2.0/OS-KSADM/r...
If you run the keystone server with debug logging enabled to you see anything more informative?