File: bug-1987460-c5bfc6d98ccd3375.yaml

package info (click to toggle)
puppet-module-neutron 25.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,708 kB
  • sloc: ruby: 12,680; python: 38; sh: 15; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
fixes:
  - |
    `Bug #1987460 <https://bugs.launchpad.net/puppet-neutron/+bug/1987460>`_:
    Previously the ``neutron::agents::ml2::mlnx`` class causes duplicate
    resources when used with the ``neutron::agents::dhcp`` class or
    the ``neutron::agents::l3`` class. Now it is possible to workaround
    the error by implementing the following mitigation.

    - Include the ``neutron::agents::ml2::mlnx`` class AFTER
      the ``neutron::agents::dhcp`` class or the ``neutron::agents::l3``

    - Set the ``interface_driver`` parameter and the ``dhcp_broadcast_reply``
      parameter consistently.