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
12 lines
247 B
YAML
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.
|