1486289a75
This patch implements a new heat-all command that can be used to launch a single process version of the configured heat services. The end user can control which services are launched by setting 'enabled_services' in the heat config file: [heat_all] enabled_services = api,engine One use case for this launcher would be to launch a single process heat using rpc_backend = fake, connection=sqlite://heat.db, to have access to a minimal all in one Heat API/Engine for TripleO undercloud deployments via Heat templates. Change-Id: Ic35bdc455fe1397ac575522af0c8fca96dd95676 |
||
---|---|---|
.. | ||
__init__.py | ||
all.py | ||
api_cfn.py | ||
api_cloudwatch.py | ||
api.py | ||
engine.py | ||
manage.py |