summaryrefslogtreecommitdiff
path: root/doc/source/man/heat-api-cfn.rst
blob: 9d3b51de5c75ce8aff0622b19ec7744c5813dff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
============
heat-api-cfn
============

.. program:: heat-api-cfn

SYNOPSIS
========
``heat-api-cfn [options]``

DESCRIPTION
===========
heat-api-cfn is a CloudFormation compatible API service to the heat project.

INVENTORY
=========
heat-api-cfn is a service that exposes an external REST based api to the
heat-engine service. The communication between the heat-api-cfn and
heat-engine uses message queue based RPC.

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