e066722d27
octavia::health_manager::event_streamer_driver is forcely set to 'queue_event_streamer' with no option to change it. The event streamer specifies which driver to use for syncing Octavia and Neutron LBaaS databases. It is highly recommended to disable if one doesn't need to sync the database or is running Octavia in standalone mode by setting event_streamer_driver to noop_event_streamer. Change-Id: I400ce9a059aba195cdd987ba51360ef3d7f258f3 Closes-Bug: #1787608
9 lines
324 B
YAML
9 lines
324 B
YAML
---
|
|
features:
|
|
- Add `OctaviaEventStreamDriver` parameter to specify which driver to use for
|
|
syncing Octavia and Neutron LBaaS databases.
|
|
upgrade:
|
|
- The default Octavia event_streamer_driver has changed from
|
|
`queue_event_streamer` to `noop_event_streamer`.
|
|
See https://bugs.launchpad.net/tripleo/+bug/1787608
|