keystone/bin
Derek Higgins 6c5f7d9e10 notify calling process we are ready to serve
Fixes bug 980037

Service managers starting keystone-all have no way of being notified
when the service is ready to accept connections. This commit allows
a configurable command to be called when we are ready e.g.
for systemd setting the statup type of a service unit to "notify" and setting
onready    = systemd-notify --ready
in keystone.conf, would notify a waiting systemd that we are ready to
serve

In an automated envirnment (e.g. puppet) this will allow the startup of
the keystone-all service (with systemctl for example) directly followed
by usage of the keystone client without the need for a sleep (or retry)
while we are waiting for the keystone service to be ready.

Change-Id: I3f7aafe9837be60a0f35cae1a7db892f6851cc47
2012-05-11 16:27:58 +01:00
..
keystone-all notify calling process we are ready to serve 2012-05-11 16:27:58 +01:00
keystone-manage Fix thinko in keystone-all sys.path hack 2012-02-22 20:56:51 +00:00