File: bug-1519511-65b8901ae6ea2e63.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (14 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
features:
  - The ``security group create``, ``security group set`` and
    ``security group show`` commands now uses Network v2 when
    enabled which results in a more detailed output for network
    security group rules.
    [Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]
fixes:
  - The ``security group create`` command now uses Network v2 when
    enabled which allows the security group description to be created
    with an empty value. In addition, the ``tenant_id`` field changed
    to ``project_id`` to match the ``security group show`` command
    output.
    [Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]