Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing value auth-url required for auth plugin password

Tags:

openstack

I am trying to install openstack using devstack on ubuntu 16.04. I followed the following link.

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

When I run

sudo openstack service list

, it prompt the following error.

Missing value auth-url required for auth plugin password

like image 916
Goforseeking Avatar asked Mar 16 '17 20:03

Goforseeking


1 Answers

Make sure you are logged into horizon and download the rc file (right corner). After that do source admin-openrc.sh

Note that you have to download the rc file of the project you are working on

like image 109
javibr Avatar answered Oct 23 '22 11:10

javibr