aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-10 20:48:25 +0000
committerGerrit Code Review <review@openstack.org>2017-03-10 20:48:25 +0000
commite0d9a896aff7673d135479d097de9b0890fee755 (patch)
treec83ecc192749bcc80a512bff203691793c0429f7 /releasenotes
parentd4405fb46eb785e6d2fc9977499569c543ac4156 (diff)
parentaedb22be76be53716e30b60c93d323a3fbeb8f00 (diff)
Merge "Pass hieradata relevant for httpd in the Heat APIs"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-parameters-for-heat-apis-over-httpd-df83ab04d9f9ebb2.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-parameters-for-heat-apis-over-httpd-df83ab04d9f9ebb2.yaml b/releasenotes/notes/add-parameters-for-heat-apis-over-httpd-df83ab04d9f9ebb2.yaml
new file mode 100644
index 00000000..b3a62ced
--- /dev/null
+++ b/releasenotes/notes/add-parameters-for-heat-apis-over-httpd-df83ab04d9f9ebb2.yaml
@@ -0,0 +1,6 @@
+---
+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.