summaryrefslogtreecommitdiffstats
path: root/etc/keystone.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/keystone.conf.sample')
-rw-r--r--etc/keystone.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample
index f3849d3e..9128ee7e 100644
--- a/etc/keystone.conf.sample
+++ b/etc/keystone.conf.sample
@@ -46,9 +46,11 @@
# Format string for %(asctime)s in log records.
# log_date_format = %Y-%m-%d %H:%M:%S
-# onready allows you to run a command when the process is ready to serve
-# for example to have it notify using systemd, one could set
+# onready allows you to send a notification when the process is ready to serve
+# For example, to have it notify using systemd, one could set shell command:
# onready = systemd-notify --ready
+# or a module with notify() method:
+# onready = keystone.common.systemd
[sql]
# The SQLAlchemy connection string used to connect to the database