Comment 2 for bug 1787608

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/593083
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=e066722d27672c6d781c71b6a07acef50b9821a6
Submitter: Zuul
Branch: master

commit e066722d27672c6d781c71b6a07acef50b9821a6
Author: Carlos Goncalves <email address hidden>
Date: Fri Aug 17 17:32:19 2018 +0200

    Add OctaviaEventStreamerDriver and change default

    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