From 563661acaba25ee1e69ba81a2b5a65a170b39826 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 29 Aug 2017 14:52:01 +1000 Subject: [PATCH] Add upload instructions to build-image.sh Add a short note with sample upload command to make it easier to get the produced image into a cloud. Change-Id: Ia30d37032b8eb6438e9159354e70489c24f1413b --- tools/build-image.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/build-image.sh b/tools/build-image.sh index 15e5f5c983..9ccd218df0 100755 --- a/tools/build-image.sh +++ b/tools/build-image.sh @@ -109,3 +109,7 @@ disk-image-create -x --no-tmpfs -o $IMAGE_NAME \ growroot \ infra-package-needs \ $EXTRA_ELEMENTS + +echo "Created new image: $IMAGE_NAME" +echo "You can now upload it with:" +echo " openstack image create "${DISTRO}" --file $IMAGE_NAME --disk-format=qcow2 --container-format bare"