python-openstackclient/releasenotes/notes/bug-1519512-4231ac6014109142.yaml
Richard Theis d906507962 Refactor security group rule create to use SDK
Refactored the 'os security group rule 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.

Change-Id: I8c6c99d5272ff5d410a449f73d198d834c5cd96e
Partial-Bug: #1519512
Implements: blueprint neutron-client
2016-03-23 09:56:01 -05:00

8 lines
296 B
YAML

---
upgrade:
- The ``security group rule create`` command now uses Network v2
when enabled which results in a more detailed output for network
security group rules that matches the ``security group rule show``
command.
[Bug `1519512 <https://bugs.launchpad.net/bugs/1519512>`_]