Merge "Use project_domain_id only in password auth"
This commit is contained in:
commit
9a4075334b
@ -151,6 +151,7 @@ class OSC_Config(config.OpenStackConfig):
|
||||
# present, then do not change the behaviour. Otherwise, set the
|
||||
# PROJECT_DOMAIN_ID to 'OS_DEFAULT_DOMAIN' for better usability.
|
||||
if (
|
||||
auth_type in ("password", "v3password", "v3totp") and
|
||||
not config['auth'].get('project_domain_id') and
|
||||
not config['auth'].get('project_domain_name')
|
||||
):
|
||||
|
Loading…
Reference in New Issue
Block a user