mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-16 23:00:55 +00:00
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 |
||
|---|---|---|
| .. | ||
| lib | ||
| upgrade | ||
| plugin.sh | ||
| README.rst | ||
| settings | ||
=========================
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``.