Comment 7 for bug 1825906

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-neutron-gateway (master)

Reviewed: https://review.opendev.org/738477
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-gateway/commit/?id=86eb58317fc1d28dccc76e201ddff2c9f5fd1235
Submitter: Zuul
Branch: master

commit 86eb58317fc1d28dccc76e201ddff2c9f5fd1235
Author: Pedro Guimaraes <email address hidden>
Date: Mon Jun 29 18:40:33 2020 +0200

    Add disable-neutron-lbaas option

    Since Rocky, Octavia is a valid alternative as LBaaS.
    If enabled, we should not configure Neutron LBaaS(v2)
    agent at the same time.

    The fact that we configure both means neutron-lbaas-agent
    will generate messages on rabbitmq which never gets consumed
    and creating alarms on NRPE without any actual issues.

    This change introduces an option to disable neutron LBaaS
    solution. Once activated, it masks lbaas agent service.

    Change-Id: I10c4cc2983245efb5bef3d7cbc8e3b6963448a7d
    Closes-Bug: #1825906