Files
rabi 3d64886b97 Verify fedora test image format after download
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>
2026-02-12 07:33:40 +05:30
..
2019-04-22 09:36:50 +05:30

Enabling heat in DevStack

  1. Download DevStack:

    git clone https://opendev.org/openstack-dev/devstack
    cd devstack
  2. Add this repo as an external repository into your local.conf file:

    [[local|localrc]]
    enable_plugin heat https://opendev.org/openstack/heat
  3. Run stack.sh.