Update OSH_INFRA_COMMIT for Xenial Compatibility

Recently, changes in openstack-helm-infra have introduced and remedied
compatibility issues with Ubuntu Xenial. This change updates the
specified OSH_INFRA_COMMIT to one which is compatibile with Xenial.

OpenStack-Helm still supports Ubuntu Xenial, so this script should too.

Change-Id: I7eed51db24a3e6488615034e7f21ee3b4242e6c1
This commit is contained in:
Steven Fitzpatrick 2019-08-09 11:23:31 -05:00
parent aea332029a
commit 3f5af67768
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ set -xe
CURRENT_DIR="$(pwd)"
: "${INSTALL_PATH:="../"}"
: "${OSH_INFRA_COMMIT:="09366598b57a9ecd19fd34f5f844685bb6f2aabd"}"
: "${OSH_INFRA_COMMIT:="8ba46703ee9fab0115e4b7f62ea43e0798c36872"}"
: "${CLONE_ARMADA:=true}"
: "${CLONE_DECKHAND:=true}"
: "${CLONE_SHIPYARD:=true}"