Files
puppet-octavia/releasenotes/notes/move-common-hm-opts-antelope-7bc5a6d57b672afa.yaml
Takashi Kajinami 4ff90f40cf Clean up deprecated health_manager parameters
This is follow-up of dd729322ab and
removes the deprecated the health_manager class parameters. Now these
parameters should be set in the controller class because they are used
by multiple processes(health-manager and worker).

Change-Id: Ic121682758a3ddea8ae5f99af85e9627ee6850ce
2022-11-30 14:51:25 +09:00

12 lines
247 B
YAML

---
upgrade:
- |
The following parameters of the ``octavia::health_manager`` class have been
removed.
- ``heartbeat_interval``
- ``heartbeat_key``
- |
Now the ``octavia::controller::heartbeat_key`` parameter is required.