Comment 11 for bug 2028163

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

Reviewed: https://review.opendev.org/c/openstack/charm-neutron-api/+/921809
Committed: https://opendev.org/openstack/charm-neutron-api/commit/d7b37fc871d7a190850b318f5ff74fe8e345b609
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit d7b37fc871d7a190850b318f5ff74fe8e345b609
Author: Danny Cocks <email address hidden>
Date: Tue Apr 16 15:43:59 2024 +1000

    Enable more recent DNS extensions (dns-integration-domain-keywords)

    Since yoga, there have been two "additions" to the DNS extensions, which
    simply build on top of the older ones. By changing the DNS extension to
    be the latest (dns-integration-domain-keywords), all 4 extensions will
    be activated:

    - dns-integration (already included)
    - dns-domain-ports (the previous default extension)
    - subnet-dns-publish-fixed-ip
    - dns-integration-domain-keywords

    These extensions are required to enable replacement of keywords in DNS
    entries and allow publishing fixed IPs without restrictions [1].

    I have tested this on a local cluster and confirmed that the extensions
    are enabled, and allow me to make use of the two new features.

    [1] https://docs.openstack.org/designate/latest/user/neutron-integration.html

    Closes-Bug: #2028163
    Change-Id: I245cfe2f8fdb4d8ca325ade0c22771efa31b4bf2
    (cherry picked from commit 3432ae7f02deb274aa222443faf83ce662bbaefc)
    (cherry picked from commit 4bb231680306ca11be002a66201e2180d6e56609)