Description of configuration options for notification
Configuration option = Default value Description
[DEFAULT]
onready = None (StrOpt) 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".