From 3f5af67768be59f185e69577195f0f506228532b Mon Sep 17 00:00:00 2001 From: Steven Fitzpatrick Date: Fri, 9 Aug 2019 11:23:31 -0500 Subject: [PATCH] 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 --- tools/deployment/airskiff/developer/005-clone-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/airskiff/developer/005-clone-dependencies.sh b/tools/deployment/airskiff/developer/005-clone-dependencies.sh index 26130baf8..46d01f0cd 100755 --- a/tools/deployment/airskiff/developer/005-clone-dependencies.sh +++ b/tools/deployment/airskiff/developer/005-clone-dependencies.sh @@ -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}"