-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hi,
I am trying to deploy the controller node and got stuck with the token issue.
Whenever I try to run the command "openstack token issue" - I keep getting the error that " InternalServerError: An unexpected error prevented the server from fulfilling your request. (HTTP 500) (Request-ID: req-962dae1b-0b1f-4728-ae3e-9c693831c383)"
please find my admin-rc vars:
root@controller:/home/amit# cat admin-openrc
token issue --debug command.txt
export OS_PROJECT_DOMAIN_NAME=Default
export OS_USER_DOMAIN_NAME=Default
export OS_PROJECT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=openstack
export OS_AUTH_URL=http://controller:35357/v3
export OS_IDENTITY_API_VERSION=3
export OS_IMAGE_API_VERSION=2
I have attached the logs (openstack token issue --debug).
Could you please support and update what could be the issue?
thanks
Amit