
Refactored the 'os security group create' command to use the SDK when neutron is enabled, but continue to use the nova client when nova network is enabled. Added a release note for the change in security group rules output due to Network v2. The tenant_id column name was fixed to align with the 'os security group show' command. Change-Id: Ib29df42edcddcc73a123fff6a64743a6bfcb7fbf Partial-Bug: #1519511 Implements: blueprint neutron-client
14 lines
590 B
YAML
14 lines
590 B
YAML
---
|
|
features:
|
|
- The ``security group create`` command 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>`_]
|