From 0689e12e26393b91577d6b00f7544726636453cf Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 9 Nov 2017 13:10:17 -0800 Subject: Modified to use demo account for SB04 env Change-Id: Icede5b2d0c905def40ab47dde13cd629926432fb Issue-ID: INT-278 Signed-off-by: Gary Wu --- test/ete/labs/windriver/Integration-Jenkins-openrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ete/labs/windriver/Integration-Jenkins-openrc.sh') diff --git a/test/ete/labs/windriver/Integration-Jenkins-openrc.sh b/test/ete/labs/windriver/Integration-Jenkins-openrc.sh index ef2aa9a25..6c8e2af83 100644 --- a/test/ete/labs/windriver/Integration-Jenkins-openrc.sh +++ b/test/ete/labs/windriver/Integration-Jenkins-openrc.sh @@ -15,7 +15,7 @@ export OS_AUTH_URL=http://10.12.25.2:5000/v3 # With the addition of Keystone we have standardized on the term **project** # as the entity that owns the resources. -export OS_PROJECT_ID=09d8566ea45e43aa974cf447ed591d77 +export OS_PROJECT_ID="09d8566ea45e43aa974cf447ed591d77" export OS_PROJECT_NAME="Integration-Jenkins" export OS_USER_DOMAIN_NAME="Default" if [ -z "$OS_USER_DOMAIN_NAME" ]; then unset OS_USER_DOMAIN_NAME; fi -- cgit 1.2.3-korg