055036ba2b
There is no real reason we should be using some of the terms we do, they're outdated, and we're behind other open-source projects in this respect. Let's switch to using more inclusive terms in all possible places. Change-Id: I99913107e803384b34cbd5ca588451b1cf64d594
12 lines
548 B
YAML
12 lines
548 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The Neutron API now enforces that ports are a valid option for
|
|
security group rules based on the protocol given, instead of
|
|
relying on the backend firewall driver to do this enforcement,
|
|
typically silently ignoring the port option in the rule. The
|
|
valid set of allowed protocols that support ports are TCP,
|
|
UDP, UDPLITE, SCTP and DCCP. Ports used with other protocols
|
|
will now generate an HTTP 400 error. For more information, see
|
|
bug `1818385 <https://bugs.launchpad.net/neutron/+bug/1818385>`_.
|