From 5ea39da4dc34e996d8a2e2e71daf61de15ec8d25 Mon Sep 17 00:00:00 2001 From: Aaron Sheffield Date: Fri, 18 May 2018 09:56:06 -0500 Subject: [PATCH] Fixed Typo in Airship in a Bottle Script - Removing the double subdomain in PEGLEG_IMAGE. Change-Id: I5f3c76347a5f48e6035c2974d430e2f44a664529 --- manifests/dev_single_node/deploy-airship.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/dev_single_node/deploy-airship.sh b/manifests/dev_single_node/deploy-airship.sh index 715f370d..1c47e7c4 100755 --- a/manifests/dev_single_node/deploy-airship.sh +++ b/manifests/dev_single_node/deploy-airship.sh @@ -55,7 +55,7 @@ SHIPYARD_REPO=${SHIPYARD_REPO:-"https://github.com/openstack/airship-shipyard.gi SHIPYARD_REFSPEC=${SHIPYARD_REFSPEC:-""} # Images -PEGLEG_IMAGE=${PEGLEG_IMAGE:-"artifacts-aic.artifacts-aic.atlantafoundry.com/att-comdev/pegleg:latest"} +PEGLEG_IMAGE=${PEGLEG_IMAGE:-"artifacts-aic.atlantafoundry.com/att-comdev/pegleg:latest"} PROMENADE_IMAGE=${PROMENADE_IMAGE:-"quay.io/attcomdev/promenade:latest"} # Command shortcuts