summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-07 00:41:24 +0000
committerGerrit Code Review <review@openstack.org>2017-03-07 00:41:24 +0000
commitead615f92dc54004a5eb3ad81304d2f63f79830f (patch)
treeec2f4f9b17170f0b18d1954ca07df0b805fc7bb1
parent6b8f5db02f4cd587e246afedcfe044af8b991d7b (diff)
parent20429bd5c624399578cb7217e582eb86068114c6 (diff)
downloadpython-openstackclient-ead615f92dc54004a5eb3ad81304d2f63f79830f.tar.gz
Merge "Cleanup release notes for 3.9.0 release"
-rw-r--r--releasenotes/notes/bug-1499657-eeb260849febacf3.yaml3
-rw-r--r--releasenotes/notes/bug-1666780-c10010e9061689d3.yaml15
-rw-r--r--releasenotes/notes/bug-1667699-6dad786b128ca8b5.yaml5
3 files changed, 14 insertions, 9 deletions
diff --git a/releasenotes/notes/bug-1499657-eeb260849febacf3.yaml b/releasenotes/notes/bug-1499657-eeb260849febacf3.yaml
index 73af129b..186b3a8b 100644
--- a/releasenotes/notes/bug-1499657-eeb260849febacf3.yaml
+++ b/releasenotes/notes/bug-1499657-eeb260849febacf3.yaml
@@ -1,6 +1,5 @@
---
fixes:
- |
- Options ``--parents`` and ``--children`` don't work in ``project show``
- command, fix the issue.
+ Fix ``--parents`` and ``--children`` options in ``project show`` command.
[Bug `1499657 <https://bugs.launchpad.net/python-openstackclient/+bug/1499657>`_]
diff --git a/releasenotes/notes/bug-1666780-c10010e9061689d3.yaml b/releasenotes/notes/bug-1666780-c10010e9061689d3.yaml
index 952a1f7a..ed2ee802 100644
--- a/releasenotes/notes/bug-1666780-c10010e9061689d3.yaml
+++ b/releasenotes/notes/bug-1666780-c10010e9061689d3.yaml
@@ -1,11 +1,12 @@
---
features:
- |
- Support list commands by group name keyword. Add ``--group`` option to
- filter the commands by group name keyword, like: --group volume, list all
- openstack.volume.v2 (cinder) commands.
- That support the scenario that users need to know the current support
- 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
- they care about.
+ Add ``--group`` option to the ``command list`` command to filter the
+ commands by group name: ``openstack command list --group volume`` will
+ list all Volume commands for the selected API version. Use
+ ``--os-XXXX-api-version`` to select a specific API version for the desired APIs.
+
+ This provides an alternative to searching help output to list the comamnds
+ 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>`_]
diff --git a/releasenotes/notes/bug-1667699-6dad786b128ca8b5.yaml b/releasenotes/notes/bug-1667699-6dad786b128ca8b5.yaml
new file mode 100644
index 00000000..329f1404
--- /dev/null
+++ b/releasenotes/notes/bug-1667699-6dad786b128ca8b5.yaml
@@ -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>`_]