OS_INTERFACE was errantly added to the V2 openrc
Change-Id: Id87af991f4efe78efa955c6b71d5fe19dccdb165 Closes-Bug: #1633218
This commit is contained in:
parent
47edc6b6de
commit
276eaf32e2
@ -22,6 +22,7 @@ export OS_TENANT_NAME="{{ tenant_name|shellfilter }}"
|
|||||||
unset OS_PROJECT_ID
|
unset OS_PROJECT_ID
|
||||||
unset OS_PROJECT_NAME
|
unset OS_PROJECT_NAME
|
||||||
unset OS_USER_DOMAIN_NAME
|
unset OS_USER_DOMAIN_NAME
|
||||||
|
unset OS_INTERFACE
|
||||||
|
|
||||||
# In addition to the owning entity (tenant), OpenStack stores the entity
|
# In addition to the owning entity (tenant), OpenStack stores the entity
|
||||||
# performing the action as the **user**.
|
# 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
|
if [ -z "$OS_REGION_NAME" ]; then unset OS_REGION_NAME; fi
|
||||||
|
|
||||||
export OS_ENDPOINT_TYPE={{ os_endpoint_type }}
|
export OS_ENDPOINT_TYPE={{ os_endpoint_type }}
|
||||||
export OS_INTERFACE={{ interface }}
|
|
||||||
export OS_IDENTITY_API_VERSION={{ os_identity_api_version }}
|
export OS_IDENTITY_API_VERSION={{ os_identity_api_version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user