Expose project and user domain information

Expose project and user domain and id information.

Depends-On: I228ddfbef23ab77885b093c8d5f359eec13d210c
Change-Id: I82b852218c08bfb397f20fa6289c149aad9d5cec
This commit is contained in:
Liam Young 2019-02-26 11:30:36 +00:00
parent e0ca24f5b5
commit 28b58fd69f
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ class KeystoneRequires(RelationBase):
'credentials_protocol', 'credentials_port',
'credentials_project', 'credentials_username',
'credentials_password', 'credentials_project_id',
'credentials_project_domain_id',
'credentials_user_domain_id',
'credentials_project_domain_name',
'credentials_user_domain_name',
'api_version', 'auth_host', 'auth_protocol', 'auth_port',
'region', 'ca_cert', 'https_keystone']