No longer defining OS_TENANT_NAME in openrc

Change Ifabb4a2aec070c00349e794364a71394feea99f1 in python-cinderclient
1.4.0 means the presence of OS_TENANT_NAME is no longer
required

Change-Id: I8210f8a48f482f19ae3eb70c5ae0bf649a9b856a
This commit is contained in:
Travis Truman 2016-03-02 11:37:51 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 7e759bc93b
commit c1140af0b1
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ 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 }}
# NOTE(sigmavirus24): The tenant name setting should be removed when
# python-cinderclient stops checking for it and failing if it doesn't exist.
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 }}