diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-04-04 02:27:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-04-04 02:27:36 +0000 |
| commit | 16b822b7692d92e147fbb005b403ee70997e8d50 (patch) | |
| tree | 2ad6c75260eaef5853fd29ff09a28bbb4c24548f | |
| parent | 279066b67c536a2970446779b41410315647ecaf (diff) | |
| parent | 9915efdd0abebd91a3f05a242e0e20bbd5d5efa9 (diff) | |
| download | python-openstackclient-16b822b7692d92e147fbb005b403ee70997e8d50.tar.gz | |
Merge "Release notes cleanup for 3.10.0 release"
| -rw-r--r-- | releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml | 5 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml | 2 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1642030-166b2b28c8adf22e.yaml | 10 |
3 files changed, 7 insertions, 10 deletions
diff --git a/releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml b/releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml index 535f3a98..ee8c403a 100644 --- a/releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml +++ b/releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml @@ -1,7 +1,6 @@ --- features: - | - Added `openstack extension show` command to allow users - to view the details of the extension. Currently works only for - network extensions. + Added ``extension show`` command to display the details of an extension. + Currently works only for network extensions. [Blueprint `extension-show <https://blueprints.launchpad.net/python-openstackclient/+spec/extension-show>`_] diff --git a/releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml b/releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml index f99457e4..2cd3a07c 100644 --- a/releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml +++ b/releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml @@ -5,7 +5,7 @@ deprecations: positional argument to a requried option ``--auth-key``. This leaves the transfer request ID as the only positional arguemnt, as per the OpenStackClient command format. The old format is still functional, but is - dperecated and will be removed in the next major release. + deprecated and will be removed in the next major release. fixes: - | Fix ``volume transfer request accept`` to not fail the transfer request diff --git a/releasenotes/notes/bug-1642030-166b2b28c8adf22e.yaml b/releasenotes/notes/bug-1642030-166b2b28c8adf22e.yaml index 200c73fb..8dc8cef8 100644 --- a/releasenotes/notes/bug-1642030-166b2b28c8adf22e.yaml +++ b/releasenotes/notes/bug-1642030-166b2b28c8adf22e.yaml @@ -1,11 +1,9 @@ --- features: - | - Add ``server event`` list and show commands, that is similar to nova's - instance action commands. + Add ``server event list`` and ``server event show`` commands. - Server event is the event record that had been done on a server, - include: event type(create, delete, reboot and so on), - event result(success, error), start time, finish time and so on. - These are important information for server maintains. + A server event is the event record of actions performed on a server, + including: event type(create, delete, reboot and so on), + event result(success, error), start time, finish time and others. [Bug `1642030 <https://bugs.launchpad.net/python-openstackclient/+bug/1642030>`_] |
