Skip to content

Files

Latest commit

author
Dmitriy Rabotyagov
Apr 2, 2025
f780460 · Apr 2, 2025

History

History

devstack

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.