Added notice to add username and user_domain_name to the configuration files.
2 unresolved threads
Merge request reports
Activity
30 30 [configure](https://docs.openstack.org/python-openstackclient/rocky/configuration/index.html) 31 31 OpenStack CLI client. 32 32 33 Remember to specify **username** and **user_domain_name** in **clouds.yaml** or **OS_USERNAME** and **OS_USER_DOMAIN_NAME** in **openrc** file. The values can be found in **Project > API Acess**, click on **View Credentials**. Both values can be found in the **User Name** field (_<username>_@_<user_domain_name>_). None of these items is necessary for Application Credentials RC file (is it even working with it?). Application Credentials are scoped to domain and project by design. And you don't use OS_USERNAME with Application Credentials, but OS_APPLICATION_CREDENTIAL_ID.
Edited by Tomáš Sapák
Send me to e-mail your original RC file and current one (without secrets) with command, that gave you that error.
Edited by Tomáš Sapák
Please register or sign in to reply