We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ef8535 + e51a8d6 commit 9a40753Copy full SHA for 9a40753
1 file changed
openstackclient/common/client_config.py
@@ -151,6 +151,7 @@ def _auth_default_domain(self, config):
151
# present, then do not change the behaviour. Otherwise, set the
152
# PROJECT_DOMAIN_ID to 'OS_DEFAULT_DOMAIN' for better usability.
153
if (
154
+ auth_type in ("password", "v3password", "v3totp") and
155
not config['auth'].get('project_domain_id') and
156
not config['auth'].get('project_domain_name')
157
):
0 commit comments