tripleo-image-elements/elements/heat
Dan Prince 6b0c899dac Heat/Horizon/Tempest: don't hard code venv dir
Updates the heat/horizon/tempest elements so that we use a new
{SERVICE}_VENV_DIR variable (set via an environment.d hook)
to configure the virtualenv directory.

For the Horizon element the HTTP config file was moved into
the install.d directory so that we can perform an inline
in element replacement on the HORIZON_VENV_DIR. This file was already
static so this should have no effect on its use today.

For Horizon's local_settings.py we have the tempate render itself
to /etc/horizon/local_settings.py and then copy it via
os-refresh-configs post-configure to the final $HORIZON_VENV_DIR.

For the Tempest element we soft link testr into the $PATH so
as to avoid a hard coded path to the venv dir in the run-tempest
bin file.

This is cleaner in that we aren't hard coding /opt/stack/venv
everywhere and also supports both isolated and shared
venvs (which some people would like to use).

Change-Id: I6cf282dc8d8fd806d8dd0bdb21d5afb93243bd3f
2014-03-13 20:19:40 -04:00
..
environment.d Heat/Horizon/Tempest: don't hard code venv dir 2014-03-13 20:19:40 -04:00
install.d Stop using the os-svc-install -n -c options. 2014-03-12 09:49:10 -04:00
os-config-applier/etc/heat Heat: make logging configurable... 2013-12-17 09:59:19 -05:00
README.md Fix formatting of yaml in heat/README.md 2014-03-04 13:18:03 -08:00
element-deps Use source-repository interface in heat element 2013-07-17 10:58:06 +01:00
source-repository-heat Use openstack git repos when possible 2013-11-15 10:48:11 +02:00

README.md

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.