cb0c20b23c
Also clean up some docs and release notes. Change-Id: I73feec747ca1bd12be5e5700c9ca608ed3a8b2c2 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
15 lines
610 B
YAML
15 lines
610 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``--ethertype`` option to ``security group rule list`` command.
|
|
Valid values are ``ipv4`` and ``ipv6``.
|
|
upgrade:
|
|
- |
|
|
Security group rule listings now have the ``Ethertype`` field displayed
|
|
by default to more easily differentiate between IPv4 and IPv6 rules.
|
|
In addition, the ``IP Range`` field of a security group will be
|
|
changed to ``0.0.0.0/0`` for IPv4 and ``::/0`` for IPv6 if no
|
|
value is returned for the address, based on the Ethertype field of
|
|
the rule. For further information see
|
|
[Bug `1735575 <https://bugs.launchpad.net/bugs/1735575>`_]
|