Skip to content
Snippets Groups Projects
Commit 2b249272 authored by Sam Song's avatar Sam Song
Browse files

Fix a typo in the vagrant bootstrap scripts

Change-Id: I90e053a8c5810dec69bd5087ddd8e31c037e6a41
parent 3f8bc072
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ EOF ...@@ -119,7 +119,7 @@ EOF
# The openrc file. # The openrc file.
cat > ~vagrant/openrc <<EOF 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_USERNAME=admin
export OS_PASSWORD=password export OS_PASSWORD=password
export OS_TENANT_NAME=admin export OS_TENANT_NAME=admin
......
...@@ -93,7 +93,7 @@ EOF ...@@ -93,7 +93,7 @@ EOF
# The openrc file. # The openrc file.
cat > ~vagrant/openrc <<EOF 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_USERNAME=admin
export OS_PASSWORD=password export OS_PASSWORD=password
export OS_TENANT_NAME=admin export OS_TENANT_NAME=admin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment