e97124a8ed
Closes-Bug: #1462888 Change-Id: I1fb034d69d899b67db2706a3c192fcc8e40f4aee
45 lines
1.0 KiB
ReStructuredText
45 lines
1.0 KiB
ReStructuredText
===========
|
|
heat-engine
|
|
===========
|
|
|
|
.. program:: heat-engine
|
|
|
|
SYNOPSIS
|
|
========
|
|
``heat-engine [options]``
|
|
|
|
DESCRIPTION
|
|
===========
|
|
heat-engine is the heat project server with an internal RPC api called
|
|
by the heat-api server.
|
|
|
|
INVENTORY
|
|
=========
|
|
The heat-engine does all the orchestration work and is the layer in which
|
|
the resource integration is implemented.
|
|
|
|
OPTIONS
|
|
=======
|
|
.. cmdoption:: --config-file
|
|
|
|
Path to a config file to use. Multiple config files can be specified, with
|
|
values in later files taking precedence.
|
|
|
|
|
|
.. cmdoption:: --config-dir
|
|
|
|
Path to a config directory to pull .conf files from. This file set is
|
|
sorted, so as to provide a predictable parse order if individual options are
|
|
over-ridden. The set is parsed after the file(s), if any, specified via
|
|
--config-file, hence over-ridden options in the directory take precedence.
|
|
|
|
.. cmdoption:: --version
|
|
|
|
Show program's version number and exit. The output could be empty if
|
|
the distribution didn't specify any version information.
|
|
|
|
FILES
|
|
========
|
|
|
|
* /etc/heat/heat.conf
|