summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1712242-934bbe2f2378f5bd.yaml
blob: 322d0bd37286d15e42674bf2286d6586f345dce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Add ``any`` as a ``--protocol`` option to ``security group rule create``
    command.
    [Bug `1517134 <https://bugs.launchpad.net/bugs/1712242>`_]
fixes:
  - |
    It is now possible to create a security rule without specifying protocol
    (using ``--protocol any``), which skips sending the protocol to the API
    server entirely. Previously TCP was forced as default protocol when none
    was specified.