aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/labs/windriver/Integration-Jenkins-openrc.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-11-09 13:10:17 -0800
committerGary Wu <gary.i.wu@huawei.com>2017-11-09 15:18:01 -0800
commit0689e12e26393b91577d6b00f7544726636453cf (patch)
tree4a77cbfeed4aad7054310c5f4ca427424a4daf5c /test/ete/labs/windriver/Integration-Jenkins-openrc.sh
parentd8715d8fdf0a73de9fcf5a7dc769f6104c338377 (diff)
Modified to use demo account for SB04 env
Change-Id: Icede5b2d0c905def40ab47dde13cd629926432fb Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete/labs/windriver/Integration-Jenkins-openrc.sh')
-rw-r--r--test/ete/labs/windriver/Integration-Jenkins-openrc.sh2
1 files changed, 1 insertions, 1 deletions
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