From 021d3a674fdaf1cccb4f7fb98edb1395776adea2 Mon Sep 17 00:00:00 2001 From: David Medberry Date: Thu, 13 Oct 2016 15:24:30 -0600 Subject: [PATCH] OS_INTERFACE was errantly added to the V2 openrc Change-Id: Id87af991f4efe78efa955c6b71d5fe19dccdb165 Closes-Bug: #1633218 (cherry picked from commit 276eaf32e22070cb9ab38dc09b84d5c30ebd9138) --- .../access_and_security/api_access/openrc_v2.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/openrc_v2.sh.template b/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/openrc_v2.sh.template index 7f0a36490..8be07de53 100644 --- a/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/openrc_v2.sh.template +++ b/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/api_access/openrc_v2.sh.template @@ -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 }}