Release notes cleanup for 3.10.0 release

Change-Id: Ibf2aec57c5b9a1b3c8e5e74f8524c79939fc6f94
This commit is contained in:
Dean Troyer 2017-04-03 16:30:36 -05:00
parent d0f368ba0e
commit 9915efdd0a
3 changed files with 7 additions and 10 deletions

View File

@ -1,7 +1,6 @@
--- ---
features: features:
- | - |
Added `openstack extension show` command to allow users Added ``extension show`` command to display the details of an extension.
to view the details of the extension. Currently works only for Currently works only for network extensions.
network extensions.
[Blueprint `extension-show <https://blueprints.launchpad.net/python-openstackclient/+spec/extension-show>`_] [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 positional argument to a requried option ``--auth-key``. This leaves
the transfer request ID as the only positional arguemnt, as per the the transfer request ID as the only positional arguemnt, as per the
OpenStackClient command format. The old format is still functional, but is 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: fixes:
- | - |
Fix ``volume transfer request accept`` to not fail the transfer request Fix ``volume transfer request accept`` to not fail the transfer request

View File

@ -1,11 +1,9 @@
--- ---
features: features:
- | - |
Add ``server event`` list and show commands, that is similar to nova's Add ``server event list`` and ``server event show`` commands.
instance action commands.
Server event is the event record that had been done on a server, A server event is the event record of actions performed on a server,
include: event type(create, delete, reboot and so on), including: event type(create, delete, reboot and so on),
event result(success, error), start time, finish time and so on. event result(success, error), start time, finish time and others.
These are important information for server maintains.
[Bug `1642030 <https://bugs.launchpad.net/python-openstackclient/+bug/1642030>`_] [Bug `1642030 <https://bugs.launchpad.net/python-openstackclient/+bug/1642030>`_]