tripleo-image-elements/elements/heat
Richard Su b56a278aa4 Correct SELinux file contexts
OpenStack components installed via source are placed under
/opt/stack/venvs. The files under /opt/stack/venvs/<component>/bin
do not have the correct SElinux file contexts. This change
applies the same context as they would have received if they had
been installed by a rpm package under /usr/bin.

Closes-Bug: 1340499
Change-Id: Ibffa1b986b52a1dc28de8d3b8056eed92aae9ee7
2014-07-19 23:54:41 -07:00
..
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
install.d Correct SELinux file contexts 2014-07-19 23:54:41 -07:00
os-apply-config/etc/heat Rename os-config-applier to os-apply-config 2014-07-09 06:00:27 +00:00
element-deps Correct SELinux file contexts 2014-07-19 23:54:41 -07:00
README.md Fix formatting of yaml in heat/README.md 2014-03-04 13:18:03 -08:00
source-repository-heat Use openstack git repos when possible 2013-11-15 10:48:11 +02:00

Install heat software on the machine.

Configuration

heat:
  verbose: False
    # Print more verbose output (set logging level to INFO instead
    # of default WARNING level).
  debug: False
    # Print debugging output (set logging level to DEBUG instead of
    # default WARNING level).

Configuration of heat services is done in the heat-api and heat-engine elements, which enable those services.