heat/heat/cmd
Dan Prince 1486289a75 heat-all: all-in-one heat launcher
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
2016-10-13 11:49:15 -04:00
..
__init__.py Add a basic heat-manage 2013-05-27 21:06:31 +10:00
all.py heat-all: all-in-one heat launcher 2016-10-13 11:49:15 -04:00
api.py heat-all: all-in-one heat launcher 2016-10-13 11:49:15 -04:00
api_cfn.py heat-all: all-in-one heat launcher 2016-10-13 11:49:15 -04:00
api_cloudwatch.py heat-all: all-in-one heat launcher 2016-10-13 11:49:15 -04:00
engine.py heat-all: all-in-one heat launcher 2016-10-13 11:49:15 -04:00
manage.py Trivial:Standardize the output format of 'help' in some files 2016-09-21 14:12:27 +08:00