Add AFTER_SPAWN event to callbacks

This adds new callback event AFTER_SPAWN so that follows a change[1]
has been added to neutron tree.

[1]: https://review.openstack.org/#/c/462536/

Change-Id: I50513229b207c6a0a0b0b0a5e00873fb634f6b67
This commit is contained in:
Hirofumi Ichihara
2017-05-18 07:41:16 +09:00
parent 783cc73b9e
commit 75ceeeb98c

View File

@@ -32,6 +32,7 @@ AFTER_REQUEST = 'after_request'
# String literals representing events associated to process operations
BEFORE_INIT = 'before_init'
BEFORE_SPAWN = 'before_spawn' # sent per process
AFTER_SPAWN = 'after_spawn' # sent per process
AFTER_INIT = 'after_init' # sent per worker
# String literals representing events associated to error conditions