
This patch adds a 'restart_method' parameter to Launcher. When set to 'reload' (the default), behavior is as today. If a service chooses 'mutate' then when a SIGHUP is received, mutate_config_files is called instead of reload_config_files. This means the 'mutable' flag on options will be respected. Change-Id: Icec3e664f3fe72614e373b2938e8dee53cf8bc5e Depends-On: I9bb2ff39dc1ed0a63bd7e7635704b34c53d32d79
oslo.service -- Library for running OpenStack services
oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications. It also includes utilities long-running applications might need for working with SSL or WSGI, performing periodic operations, interacting with systemd, etc.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.service
- Source: http://git.openstack.org/cgit/openstack/oslo.service
- Bugs: http://bugs.launchpad.net/oslo.service
Description