The X-Auth-token created using REST api call doesn't work? Whereas the token generated using commandline works. [closed]
I am generating X-Auth-Token using REST API from a REST client but the token seems invalid, it doesn't authenticate. Can someone tell me why? Where as the token created using command line works
openstack --os-auth-url http://controller:35357 --os-project-name admin --os-username admin --os-auth-type password token issue
I believe port 35357 corresponds to the admin token in the first few lines of "/etc/keystone/keystone.conf" To use the token you generated, use keystone at port 5000.
~RP
I guess the difference is between v2 and v3 api.