Armada: Fix openstack-helm update password job

The armada update password job was attempting to invoke a script
that didn't exist for sourcing the passwords. This updates the
path appropriately

Change-Id: Ieb0b85c18ed4f2a589ee3a3ba251317350dc4b81
This commit is contained in:
Steve Wilkerson 2019-03-15 10:55:47 -05:00
parent 72bd0d597d
commit 2277902726
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set -xe
# Empty previous password file contents
> /tmp/osh-passwords.env
source ./tools/deployment/armada/generate-passwords.sh
source ./tools/deployment/armada/generate-osh-passwords.sh
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
: ${OSH_PATH:="./"}