Verify the downloaded image is actually qcow2 format using qemu-img after upload to catch corrupted downloads that could cause Nova boot failures. Change-Id: Id9ce940b8c83817b088e2d5ac134b0a2dbd92dba Signed-off-by: rabi <ramishra@redhat.com>
Enabling heat in DevStack
Download DevStack:
git clone https://opendev.org/openstack-dev/devstack cd devstackAdd this repo as an external repository into your
local.conffile:[[local|localrc]] enable_plugin heat https://opendev.org/openstack/heatRun
stack.sh.