Merge "OS_INTERFACE was errantly added to the V2 openrc" into stable/newton

This commit is contained in:
Jenkins 2016-10-17 15:09:14 +00:00 committed by Gerrit Code Review
commit 6fa7c41f85
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@ export OS_TENANT_NAME="{{ tenant_name|shellfilter }}"
unset OS_PROJECT_ID
unset OS_PROJECT_NAME
unset OS_USER_DOMAIN_NAME
unset OS_INTERFACE
# In addition to the owning entity (tenant), OpenStack stores the entity
# performing the action as the **user**.
@ -39,5 +40,4 @@ export OS_REGION_NAME="{{ region|shellfilter }}"
if [ -z "$OS_REGION_NAME" ]; then unset OS_REGION_NAME; fi
export OS_ENDPOINT_TYPE={{ os_endpoint_type }}
export OS_INTERFACE={{ interface }}
export OS_IDENTITY_API_VERSION={{ os_identity_api_version }}