openstack-ansible-os_glance/releasenotes/notes/glance_init_time_settings-1ef46f6b9d4fc1df.yaml
Jesse Pretorius 9aa3e0017f Reduce init restart time
The 'RestartSec' value which controls the time between the
service stop and start when restarting has been reduced from
150 seconds to 2 seconds to make the restart happen faster.

These values can be adjusted by using the *_init_config_overrides
variables which use the config_template task to change template
defaults.

Change-Id: I4e97676327d1fcb8b2c7c92b6fc1859e0251637e
2017-04-26 13:10:32 +00:00

16 lines
823 B
YAML

---
features:
- For the ``os_glance`` role, the systemd unit ``RestartSec`` value which
controls the time between the service stop and start when restarting has
been reduced from 150 seconds to 2 seconds to make the restart happen
faster. This value can be adjusted by using the
``glance_*_init_config_overrides`` variables which use the
``config_template`` task to change template defaults.
upgrade:
- For the ``os_glance`` role, the systemd unit ``RestartSec`` value which
controls the time between the service stop and start when restarting has
been reduced from 150 seconds to 2 seconds to make the restart happen
faster. This value can be adjusted by using the
``glance_*_init_config_overrides`` variables which use the
``config_template`` task to change template defaults.