45fd0ec9bb
We don't need admin or internal endpoints in a normal devstack setup, other basic projects are also only creating the public endpoint now. Change-Id: I9bd6007509214c7a7ed7f7f4e391b609da4408a5 |
||
---|---|---|
.. | ||
lib | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling heat in DevStack
Download DevStack:
git clone https://opendev.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin heat https://opendev.org/openstack/heat
Run
stack.sh
.