mirror of
https://opendev.org/openstack/heat.git
synced 2026-01-17 07:10:27 +00:00
Since we bumped Fedora version used in CI from 36 to 37, we've seen timeout during boot process more frequently, which results in job failure. This increases core and ram assigned to Fedora VMs, to reduce failure rate. To avoid consuming too much resources, this limits concurrency of test runner. Change-Id: I12e8ee0861629fd42a6bd03ec8705751da12ff61 |
||
|---|---|---|
| .. | ||
| 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``.