python-openstackclient/releasenotes/notes/bug-1716789-abfae897b7e61246.yaml
Dean Troyer cb0c20b23c Update release table for Train and 4.0.0
Also clean up some docs and release notes.

Change-Id: I73feec747ca1bd12be5e5700c9ca608ed3a8b2c2
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-09-10 23:48:32 -05:00

11 lines
385 B
YAML

---
fixes:
- |
Change the default value of ``--protocol`` option to ``any`` in
``security group rule create`` command when using the Neutron v2 API.
[Bug `1716789 <https://bugs.launchpad.net/bugs/1716789>`_]
upgrade:
- |
Commands that assumed the default value of ``--protocol`` to be ``tcp``
now must include ``--protocol tcp`` explicitly in Network commands.