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:
Travis Truman
2016-03-28 14:13:05 -04:00
parent 3e71c9d601
commit c9d41d3103
+1
View File
@@ -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 }}