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

package info (click to toggle)
python-neutron-lib 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,004 kB
  • sloc: python: 20,559; pascal: 615; sh: 98; makefile: 22
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>`_.