diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-08-08 08:17:57 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-08-08 08:17:57 +0000 |
commit | 8249ed170fb30c779e66d90be6e0c0cd8bb162d6 (patch) | |
tree | 4323f36627d67d4eab13fde4a11b18719322fe2c /etc | |
parent | b44284fb5b0da7ff57ca04f93ae116f061a64ba4 (diff) | |
parent | 46d6b9306c26f36bc2d490afd9fcab30aa4725f5 (diff) | |
download | heat-8249ed170fb30c779e66d90be6e0c0cd8bb162d6.tar.gz |
Merge "Refactor service readiness notification"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/heat/heat.conf.sample | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/heat/heat.conf.sample b/etc/heat/heat.conf.sample index de9a004e8..a2d2ddb1a 100644 --- a/etc/heat/heat.conf.sample +++ b/etc/heat/heat.conf.sample @@ -70,12 +70,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> |