summaryrefslogtreecommitdiff
path: root/devstack/README.rst
blob: 1a6a2581b30522789ecf2d72c05729efc6585276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=========================
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``.