mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-16 23:00:55 +00:00
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 |
||
|---|---|---|
| .. | ||
| 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``.