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:
parent
a04dc2a4d3
commit
563661acab
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user