Set OS_TENANT_NAME for backward compatibility
Some clients still rely on OS_TENANT_NAME so we should define and export it. The example client/tool that appears to rely on it still is Rally, found during development of: https://github.com/trumant/openstack-ansible-os_rally Change-Id: I5bc29ee6b459078f34bc6ac3a8e771a8192de4a1
This commit is contained in:
@@ -12,6 +12,7 @@ export OS_ENDPOINT_TYPE={{ openrc_os_endpoint_type }}
|
||||
export OS_USERNAME={{ openrc_os_username }}
|
||||
export OS_PASSWORD={{ openrc_os_password }}
|
||||
export OS_PROJECT_NAME={{ openrc_os_tenant_name }}
|
||||
export OS_TENANT_NAME={{ openrc_os_tenant_name }}
|
||||
export OS_AUTH_URL={{ openrc_os_auth_url }}
|
||||
export OS_NO_CACHE=1
|
||||
export OS_USER_DOMAIN_NAME={{ openrc_os_domain_name }}
|
||||
|
||||
Reference in New Issue
Block a user