Missing value auth-url required for auth plugin password
Hello Everyone,
I have installed OpenStack on CentOS 7 using Packstack. Now whatever OpenStack command that i lunch, i get this message:
"Missing value auth-url required for auth plugin password"
Whta should i do?
Regards, Rez
Check your shell environment for OpenStack variables. One of them should contain the authentication URL. For example:
Most likely it's not set in your case. Packstack should have a script that sets it.
Thanks for your comment,
I have "keystonerc_admin" in /root directory and it contains a line similar to what you mentioned: export OS_AUTH_URL=http://172.16.10.110:5000/v2.0
and "environment" in /etc is empty.
Thanks again for your comment, i got it and it solved my issue...
Guys, i have the same message error :Missing value auth-url required for auth plugin password, after running command : openstack image list.
I dont understand how to figure out. I need some guideline !! Thanks!
See instructions above and in the other answer.