File: l3-port-ip-change-not-allow-2c98e13c08b5ee85.yaml

package info (click to toggle)
python-neutron-lib 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,660 kB
  • sloc: python: 22,829; sh: 137; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Directly updating some L3-related port IP addresses does not have any
    effect on the L3 agent side. As a consequence, these L3-related ports
    should not allow changing of their IP address. A new shim extension has
    been added called ``l3-port-ip-change-not-allowed`` to prevent such IP
    address change. For more information please see bug
    `1796824 <https://bugs.launchpad.net/neutron/+bug/1796824>`_.