File: README.rst

package info (click to toggle)
heat 1%3A25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,596 kB
  • sloc: python: 169,353; sh: 1,053; makefile: 220
file content (15 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (4)
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``.