aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete/labs/windriver/Integration-SB-04-openrc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ete/labs/windriver/Integration-SB-04-openrc.sh')
-rw-r--r--test/ete/labs/windriver/Integration-SB-04-openrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/labs/windriver/Integration-SB-04-openrc.sh b/test/ete/labs/windriver/Integration-SB-04-openrc.sh
index 52eb4df31..e7cee93b9 100644
--- a/test/ete/labs/windriver/Integration-SB-04-openrc.sh
+++ b/test/ete/labs/windriver/Integration-SB-04-openrc.sh
@@ -31,7 +31,7 @@ unset OS_TENANT_NAME
if [ -z ${OS_USERNAME_INPUT+x} ]; then
read -sp "Please enter your OpenStack Username for project $OS_PROJECT_NAME: " OS_USERNAME_INPUT
fi
-export OS_USERNAME=OS_USERNAME_INPUT
+export OS_USERNAME=$OS_USERNAME_INPUT
# With Keystone you pass the keystone password.
if [ -z ${OS_PASSWORD_INPUT+x} ]; then