Fix a typo in the vagrant bootstrap scripts

Change-Id: I90e053a8c5810dec69bd5087ddd8e31c037e6a41
This commit is contained in:
Sam Song 2016-02-24 13:48:51 +08:00
parent 3f8bc07270
commit 2b249272c0
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ EOF
# The openrc file.
cat > ~vagrant/openrc <<EOF
export OS_AUTH_URL="$(ADMIN_PROTOCOL)://${SUPPORT_NODE}:35357/v3"
export OS_AUTH_URL="${ADMIN_PROTOCOL}://${SUPPORT_NODE}:35357/v3"
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_TENANT_NAME=admin

View File

@ -93,7 +93,7 @@ EOF
# The openrc file.
cat > ~vagrant/openrc <<EOF
export OS_AUTH_URL="$(ADMIN_PROTOCOL)://${SUPPORT_NODE}:35357/v3"
export OS_AUTH_URL="${ADMIN_PROTOCOL}://${SUPPORT_NODE}:35357/v3"
export OS_USERNAME=admin
export OS_PASSWORD=password
export OS_TENANT_NAME=admin