Merge "Cleanup release notes for 3.9.0 release"
This commit is contained in:
commit
ead615f92d
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- |
|
- |
|
||||||
Options ``--parents`` and ``--children`` don't work in ``project show``
|
Fix ``--parents`` and ``--children`` options in ``project show`` command.
|
||||||
command, fix the issue.
|
|
||||||
[Bug `1499657 <https://bugs.launchpad.net/python-openstackclient/+bug/1499657>`_]
|
[Bug `1499657 <https://bugs.launchpad.net/python-openstackclient/+bug/1499657>`_]
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Support list commands by group name keyword. Add ``--group`` option to
|
Add ``--group`` option to the ``command list`` command to filter the
|
||||||
filter the commands by group name keyword, like: --group volume, list all
|
commands by group name: ``openstack command list --group volume`` will
|
||||||
openstack.volume.v2 (cinder) commands.
|
list all Volume commands for the selected API version. Use
|
||||||
That support the scenario that users need to know the current support
|
``--os-XXXX-api-version`` to select a specific API version for the desired APIs.
|
||||||
commands of some OpenStack services(nova, neutron, cinder and so on) in
|
|
||||||
OSC, and make it easier for users to find out the related commands that
|
This provides an alternative to searching help output to list the comamnds
|
||||||
they care about.
|
available for specific APIs. Note that the ``--group`` argument is used as
|
||||||
|
a simple substring search in the Command Group column.
|
||||||
[Bug `1666780 <https://bugs.launchpad.net/python-openstackclient/+bug/1666780>`_]
|
[Bug `1666780 <https://bugs.launchpad.net/python-openstackclient/+bug/1666780>`_]
|
||||||
|
5
releasenotes/notes/bug-1667699-6dad786b128ca8b5.yaml
Normal file
5
releasenotes/notes/bug-1667699-6dad786b128ca8b5.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fix the ``Ethertype`` column output of ``security group rule list`` command.
|
||||||
|
[Bug `1667699 <https://bugs.launchpad.net/python-openstackclient/+bug/1667699>`_]
|
Loading…
Reference in New Issue
Block a user