You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OS docs say that depending on the auth type, a different domain name might be needed, either OS_USER_DOMAIN_NAME, OS_PROJECT_DOMAIN_NAME, or OS_DOMAIN_NAME work as env variables.
My openstack install provides me with OS_USER_DOMAIN_NAME in its generated rc, so the credential finding here fails.
I think we should at a minimum add all options to CredEnvDomainName in identity.go:
OS_DOMAIN_NAME
OS_USER_DOMAIN_NAME
OS_PROJECT_DOMAIN_NAME
OS_DEFAULT_DOMAIN
Really, we should be picking the right one based on the credential type.
The text was updated successfully, but these errors were encountered:
The OS docs say that depending on the auth type, a different domain name might be needed, either OS_USER_DOMAIN_NAME, OS_PROJECT_DOMAIN_NAME, or OS_DOMAIN_NAME work as env variables.
http://docs.openstack.org/developer/python-openstackclient/authentication.html
My openstack install provides me with OS_USER_DOMAIN_NAME in its generated rc, so the credential finding here fails.
I think we should at a minimum add all options to CredEnvDomainName in identity.go:
OS_DOMAIN_NAME
OS_USER_DOMAIN_NAME
OS_PROJECT_DOMAIN_NAME
OS_DEFAULT_DOMAIN
Really, we should be picking the right one based on the credential type.
The text was updated successfully, but these errors were encountered: