Merge "Release notes cleanup for 3.10.0 release"

This commit is contained in:
Jenkins 2017-04-04 02:27:36 +00:00 committed by Gerrit Code Review
commit 16b822b769
3 changed files with 7 additions and 10 deletions

View File

@ -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>`_]

View File

@ -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

View File

@ -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>`_]