Fix a typo in the vagrant bootstrap scripts
Change-Id: I90e053a8c5810dec69bd5087ddd8e31c037e6a41
This commit is contained in:
parent
3f8bc07270
commit
2b249272c0
@ -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
|
|||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user