heat/devstack
Takashi Kajinami 9fbe8e4d35 Disable unstable test cases in grenade
Some test have been unstable in Ubuntu Jammy because of the known
libvirt bug, and we have disabled these in functional jobs.

Let's disable the test case in grenade jobs, because these test cases
now cause frequent job failures.

Related-Bug: #1998274
Change-Id: I7038ce3ec2840b133e9ae5eb09a96dc8a5f3abc2
2023-03-23 23:32:49 +09:00
..
2023-03-06 10:32:36 +09:00
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.