Comment 9 for bug 1987460

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

Reviewed: https://review.opendev.org/c/openstack/puppet-neutron/+/854894
Committed: https://opendev.org/openstack/puppet-neutron/commit/1f26bbfda91d0c5f4c8f99da2790c84dbb64ad76
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 1f26bbfda91d0c5f4c8f99da2790c84dbb64ad76
Author: Takashi Kajinami <email address hidden>
Date: Wed Aug 24 09:52:06 2022 +0900

    mlnx: Allow workaround for duplicate resources

    The commit b2e7de79df98a986768aaef203ddbe02bee41072 , which was merged
    during Train cycle, introduced a few new parameters to support multi
    interface driver, but the following two parameters are already declared
    in the corresponding agent classes and trigger duplicate resource
    declaration when these classes are used in a single manifest.
     - dhcp_broadcast_reply
     - interface_driver

    This change allows users to workaround the problem. Details are
    documented in the release note.

    Closes-Bug: #1987460
    Change-Id: I993523dc7f0ec8ad90a50d049dc0f5ccf9f2b191
    (cherry picked from commit c4f3abe22e5f57a03c5953f0b342433d93f36731)
    (cherry picked from commit 49bfd89810d85dccd658ea9f16480c679d5955d1)