diff options
Diffstat (limited to 'test/ete/labs/windriver/Integration-Jenkins-openrc.sh')
-rw-r--r-- | test/ete/labs/windriver/Integration-Jenkins-openrc.sh | 2 |
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 |