Skip to content
Snippets Groups Projects
Commit 612787cc authored by Byron Biggs's avatar Byron Biggs
Browse files

Changed OS_PASSWORD

parent f977a1c5
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ export OS_USERNAME="c21087458"
# With Keystone you pass the keystone password.
echo "Please enter your OpenStack Password for project $OS_PROJECT_NAME as user $OS_USERNAME: "
read -sr OS_PASSWORD_INPUT
export OS_PASSWORD=$OS_PASSWORD_INPUT
export OS_PASSWORD=$scimimcPW
# If your configuration has multiple regions, we set that information here.
# OS_REGION_NAME is optional and only valid in certain environments.
export OS_REGION_NAME="RegionOne"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment