install openstack
#input commands
openstack compute service list --service nova-compute
#error
Missing value auth-url required for auth plugin password
create a new admin-openrc.sh (the directory location is not important, just remember the location). The content is as follows. Remember to modify the OS_ The value of password is 123456 for me
1 export OS_USERNAME=admin
2 export OS_PASSWORD=123456
3 export OS_PROJECT_NAME=admin
4 export OS_USER_DOMAIN_NAME=Default
5 export OS_PROJECT_DOMAIN_NAME=Default
6 export OS_AUTH_URL=http://controller:35357/v3
7 export OS_IDENTITY_API_VERSION=3
Execute Order
. admin-openrc
Similar Posts:
- [Solved] openstack Missing value auth-url required for auth plugin password
- Mongovue is unable to create collections and log in with user name and password
- How to Solve MongoDB Error: Authentication failed.
- How to find Oracle EBS Weblogic Server Admin Port and URL
- When deploying Tomcat service, resolve the cannot invoke Tomcat manager exception
- [Solved] xadmin Error: ImportError: cannot import name ‘DEFAULT_FORMATS’ from ‘import_export.admin’ (/home/lijun/app/hippo/hippo_api/venv/lib/python3.8/site-packages/import_export/admin.py)
- [Solved] java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id “null”
- RSA modulus too small: 512 < minimum 768 bits
- mongodb not authorized on admin to execute command [version 3.2.18]
- There is no PasswordEncoder mapped for the id “null” [How to Solve]