a3be28bed7
It conforms with API_WORKERS default calculation to avoid too much processes consuming the memory. Change-Id: If2b483711668715047662a286cb0f0e3b52bbdac Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com> |
||
---|---|---|
.. | ||
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
.