From 15757efcf323bf2658999104669757922e50893f Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 19 Jan 2018 16:22:24 -0800 Subject: Fix windriver lab env RC files Change-Id: Iceceaf9e56fc073fb79c1acc2641cc7101dd1e8d Issue-ID: INT-278 Signed-off-by: Gary Wu --- test/ete/labs/windriver/Integration-Stable-openrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ete/labs/windriver/Integration-Stable-openrc') diff --git a/test/ete/labs/windriver/Integration-Stable-openrc b/test/ete/labs/windriver/Integration-Stable-openrc index fae5c399a..0f0c6928e 100644 --- a/test/ete/labs/windriver/Integration-Stable-openrc +++ b/test/ete/labs/windriver/Integration-Stable-openrc @@ -1,4 +1,4 @@ -export OS_PROJECT_ID=3583253e932845a09cd4c8ca2f31d095" +export OS_PROJECT_ID=3583253e932845a09cd4c8ca2f31d095 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=Integration-Stable @@ -6,5 +6,5 @@ export OS_USERNAME=demo export OS_PASSWORD=onapdemo export OS_AUTH_URL=http://10.12.25.2:5000/v3 export OS_IDENTITY_API_VERSION=3 -export OS_REGION_NAME="RegionOne" +export OS_REGION_NAME=RegionOne export OS_INTERFACE=public -- cgit 1.2.3-korg