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
This commit is contained in:
Ian Wienand 2017-08-29 14:52:01 +10:00
parent a04dc2a4d3
commit 563661acab
1 changed files with 4 additions and 0 deletions

View File

@ -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"