I have installed keystone package, but hit with an error while creating an admin user for the cloud. I used the below command.
keystone user-create --name=admin --pass=<admin_password> --email= <admin_email>
An unexpected error prevented the server from fulfilling your request. (HTTP 500)
What I am doing wrong?
Thank You