File: bug-1716789-abfae897b7e61246.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (10 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
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.