tripleo-heat-templates/releasenotes/notes/add-parameters-for-heat-apis-over-httpd-df83ab04d9f9ebb2.yaml
Juan Antonio Osorio Robles aedb22be76 Pass hieradata relevant for httpd in the Heat APIs
The patch this depends on passes through the classes some parameters
that are meant to be passed via t-h-t. This patch addresses these and
other things required for deploying these services over httpd:

* Set the number of workers taking care not to set this value to 0.
* Add the apache base hieradata to the service profiles.
* Set the servernames and other httpd-specific values.

bp tls-via-certmonger

Change-Id: I88e5ea7b9bbf35ae03f84fdc3ec76ae09f11a1b6
Depends-On: I23971b0164468e67c9b3577772af84bd947e16f1
2017-03-09 18:16:44 +01:00

7 lines
281 B
YAML

---
features:
- The relevant parameters have been added to deploy the heat APIs over httpd.
This means that the HeatWorkers now affect httpd instead of the heat API
themselves, and that the apache hieradata will also be deployed in the
nodes where the heat APIs run.