Merge "Update 'airship' tool default Pegleg password and salt"

This commit is contained in:
Zuul 2020-02-04 15:24:44 +00:00 committed by Gerrit Code Review
commit 962370a1a3

@ -39,8 +39,8 @@ fi
# prepare docker environment file
cat > $ENV_FILE << EOF
PEGLEG_PASSPHRASE=${PEGLEG_PASSPHRASE:-password123}
PEGLEG_SALT=${PEGLEG_SALT:-password123}
PEGLEG_PASSPHRASE=${PEGLEG_PASSPHRASE:-password12345678901234567890}
PEGLEG_SALT=${PEGLEG_SALT:-password12345678901234567890}
OS_AUTH_URL=${OS_AUTH_URL:-http://keystone.ucp.svc.cluster.local:80/v3}
OS_PASSWORD=${OS_PASSWORD}