OS_INTERFACE was errantly added to the V2 openrc

Change-Id: Id87af991f4efe78efa955c6b71d5fe19dccdb165
Closes-Bug: #1633218
This commit is contained in:
David Medberry 2016-10-13 15:24:30 -06:00
parent 47edc6b6de
commit 276eaf32e2
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 }}