Update default shipyard password in config.sh

Updates the default value for SHIPYARD_OS_PASSWORD to match the password
in site/seaworthy-virt/secrets/passphrases/ucp_shipyard_keystone_password.yaml

Change-Id: I2786ad956d8ad36b42246132134935bf83a57b7a
This commit is contained in:
Matthew Fuller 2020-04-03 09:54:10 -07:00
parent 2459ce514c
commit 27248b3063
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export GATE_SSH_KEY=${GATE_SSH_KEY:-""}
# auto-generated by default
export USE_EXISTING_SECRETS=${USE_EXISTING_SECRETS:-""}
export SHIPYARD_PASSWORD=${SHIPYARD_OS_PASSWORD:-'password18'}
export SHIPYARD_PASSWORD=${SHIPYARD_OS_PASSWORD:-'password123'}
export AIRSHIP_KEYSTONE_URL=${AIRSHIP_KEYSTONE_URL:-'http://keystone.gate.local:80/v3'}
config_vm_memory() {