Skip to content

Commit ead615f

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Cleanup release notes for 3.9.0 release"
2 parents 6b8f5db + 20429bd commit ead615f

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
fixes:
33
- |
4-
Options ``--parents`` and ``--children`` don't work in ``project show``
5-
command, fix the issue.
4+
Fix ``--parents`` and ``--children`` options in ``project show`` command.
65
[Bug `1499657 <https://bugs.launchpad.net/python-openstackclient/+bug/1499657>`_]
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
features:
33
- |
4-
Support list commands by group name keyword. Add ``--group`` option to
5-
filter the commands by group name keyword, like: --group volume, list all
6-
openstack.volume.v2 (cinder) commands.
7-
That support the scenario that users need to know the current support
8-
commands of some OpenStack services(nova, neutron, cinder and so on) in
9-
OSC, and make it easier for users to find out the related commands that
10-
they care about.
4+
Add ``--group`` option to the ``command list`` command to filter the
5+
commands by group name: ``openstack command list --group volume`` will
6+
list all Volume commands for the selected API version. Use
7+
``--os-XXXX-api-version`` to select a specific API version for the desired APIs.
8+
9+
This provides an alternative to searching help output to list the comamnds
10+
available for specific APIs. Note that the ``--group`` argument is used as
11+
a simple substring search in the Command Group column.
1112
[Bug `1666780 <https://bugs.launchpad.net/python-openstackclient/+bug/1666780>`_]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fix the ``Ethertype`` column output of ``security group rule list`` command.
5+
[Bug `1667699 <https://bugs.launchpad.net/python-openstackclient/+bug/1667699>`_]

0 commit comments

Comments
 (0)