I get this message "Missing value auth-url required for auth plugin password" every time I try to run openstack client command

Asked by Yasser Mahmood

I get this message "Missing value auth-url required for auth plugin password" every time I try to run openstack client command

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Identity (keystone) Edit question
Assignee:
No assignee Edit question
Solved by:
Yasser Mahmood
Solved:
Last query:
Last reply:
Revision history for this message
Yasser Mahmood (yasser-mahmood) said :
#1

Solved by creating the openstack.cnf file in /etc/my.cfd.d/

Revision history for this message
mohit.048 (mohit.048) said :
#2

Glad to know that the issue is fixed , Could you please elaborate the question and solution for it as a help to audience viewing this thread.

Revision history for this message
Ankur (ankur-gupta-f) said :
#3

Yasser could we get more details on how you solved this?
I am running into this same issue

Revision history for this message
Yasser Mahmood (yasser-mahmood) said :
#4

Apologies for late response .. these days I get 100+ emails a day and cannot humanly track each one of them..
Anyways ..

1 - vi openstack.cnf in /etc/my.cfd.d/
2 - In the file add the following lines : (Please add your IP address. This VirtualBox Internal ip address)

[mysqld]
bind-address = 10.0.2.15

default-storage-engine = innodb
innodb_file_per_table
max_connections = 4096
collation-server = utf8_general_ci
character-set-server = utf8