Recent modern operating systems commonly use systemd. Octavia no longer supports very old version of Ubuntu/CentOS/Debian which use sysvinit or upstart so supporting only systemd should be enough. The remaining usage of the service command is replaced by the ones with the systemctl command. Change-Id: Ifc3f85bf280527c0f76b2c0e0db2be813249dafa
14 lines
407 B
YAML
14 lines
407 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
SysVinit and Upstart are no longer supported as init system in amphora
|
|
instances. The only supported init system is now systemd.
|
|
|
|
deprecations:
|
|
- |
|
|
The following options have been deprecated and have no effect now. These
|
|
options were used by Upstart support which has been removed.
|
|
|
|
- ``[haproxy_amphora] respawn_count``
|
|
- ``[haproxy_amphora] respawn_interval``
|