openstack-heat/devstack
Takashi Kajinami 528bc75ef0 Add non-voting CentOS 9 Stream job
This introduces non-voting CentOS 9 Stream functional jobs, to restore
some tests which were disabled because of the known libvirt bug. Though
the bug also affects CentOS 9 Stream, we observe much low failure rate
in CentOS 9 Stream so we can restore these test cases in CentOS 9
Stream. The job is kept non-voting until it is proven to be stable
after a while.

Change-Id: I37211aa941be1892ad0ddf0694a758972a0aebba
2023-06-20 10:19:02 +09:00
..
lib Add non-voting CentOS 9 Stream job 2023-06-20 10:19:02 +09:00
upgrade Disable unstable test cases in grenade 2023-03-23 23:32:49 +09:00
plugin.sh Migrate functional test jobs to zuul v3 2020-01-07 09:38:04 +08:00
README.rst Switch to use opendev.org 2019-04-22 09:36:50 +05:30
settings Drop creating extra endpoints in devstack 2019-08-19 10:33:49 +00:00

=========================
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``.