Comment 5 for bug 2043095

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-octavia (stable/2023.2)

Reviewed: https://review.opendev.org/c/openstack/charm-octavia/+/900887
Committed: https://opendev.org/openstack/charm-octavia/commit/85b2b31512ef449732c298ae39269bcf21e6dc27
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit 85b2b31512ef449732c298ae39269bcf21e6dc27
Author: Corey Bryant <email address hidden>
Date: Thu Nov 9 11:00:01 2023 -0500

    Update octavia.conf auth config for bobcat

    As noticed in bobcat testing, the [service_auth] section requires
    more configuration than it did in the past. Additionally, as noted
    in I686cfdef78de927fa4bc1921c15e8d5853fd2ef9, Octavia will no longer
    take the authentication settings for Neutron from the [service_auth]
    as a fallback. It will instead require them to be in the [neutron]
    section. However, [service_auth] settings will still be used for
    other services like Nova and Glance.

    This change adds auth config options to the [service_auth] and
    [neutron] sections, moves the auth_section config option to the
    [keystone_authtoken] section, and sets the auth_section config
    option to point to the [service_auth] section.

    Closes-Bug: #2043095
    Related-Bug: #2043129
    Change-Id: I290f543827d63bb685209d615c9f448c2ff9d31e
    (cherry picked from commit f76d066df5330d8b8dd47ddc54abbb41e6f78bc2)