Missing value auth-url required for auth plugin password



  • You try to run an openstack client command and received this error.

    $ openstack image list
    Missing value auth-url required for auth plugin password
    

    This usually means that you have not setup your openstack cli environment variables (openrc variables) for the project. They can be downloaded from the Web GUI. http://<Your IP Of OpenStack>/dashboard/project/api_access/, there is a openrc file for each project.

    Set the variables. This prompts for password of the project, authenticates you.

    $ bash admin-openrc.sh
    

Log in to reply
 

© Lightnetics 2024