Missing auth-url value for auth plugin password

I am trying to install openstack using devstack on Ubuntu 16.04. I clicked on the following link.

https://docs.openstack.org/developer/devstack/guides/single-machine.html

When i run

sudo openstack services list

this will prompt the following error.

Missing auth-url value required for auth plugin password

+7
source share
3 answers

Make sure you enter the horizon and upload the rc file (right corner). After that dosource admin-openrc.sh

Please note that you need to download the rc file of the project you are working on

+10
source

It has to be done. keystonerc_adminfile is created at the end of packstack installation

source keystonerc_admin

+1

keystonerc_admin

-bash: keystonerc_admin: There is no such file or directory, what do I need to do here?

0
source

Source: https://habr.com/ru/post/1672500/


All Articles