Merge "Update 'airship' tool default Pegleg password and salt"
This commit is contained in:
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user