summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2014-05-06 21:48:59 +0200
committerThomas Herve <thomas.herve@enovance.com>2014-07-16 11:01:52 +0200
commit46d6b9306c26f36bc2d490afd9fcab30aa4725f5 (patch)
tree3519b37f09bdd7255e0384ef3c8859a151132243 /etc
parentf1d48db515e7ce2283e7e96ba81e3dc74476e53a (diff)
downloadheat-46d6b9306c26f36bc2d490afd9fcab30aa4725f5.tar.gz
Refactor service readiness notification
Build upon cceda95a35f18f5f7b52daaf0662a4cd3768b3ac apply Oslo systemd module. It was imported in aef33d2d716c064f1f571c334fd36b1ea5928d5c. It also drops heat.common.systemd and deprecates onready configuration parameter. Oslo commit 53e1214c092f09e3851b1a1b55289a93a72b09ec Change-Id: I80f325c9be9c171c2dc8d5526570bf64f0f87c78
Diffstat (limited to 'etc')
-rw-r--r--etc/heat/heat.conf.sample7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/heat/heat.conf.sample b/etc/heat/heat.conf.sample
index 60de078ba..ac9446a7f 100644
--- a/etc/heat/heat.conf.sample
+++ b/etc/heat/heat.conf.sample
@@ -66,12 +66,7 @@
# stack locking. (integer value)
#engine_life_check_timeout=2
-# onready allows you to send a notification when the heat
-# processes are ready to serve. This is either a module with
-# the notify() method or a shell command. To enable
-# notifications with systemd, one may use the 'systemd-notify
-# --ready' shell command or the 'heat.common.systemd'
-# notification module. (string value)
+# Deprecated. (string value)
#onready=<None>