Release notes cleanup for 3.10.0 release
Change-Id: Ibf2aec57c5b9a1b3c8e5e74f8524c79939fc6f94
This commit is contained in:
parent
d0f368ba0e
commit
9915efdd0a
@ -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>`_]
|
||||
|
@ -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
|
||||
|
@ -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>`_]
|
||||
|
Loading…
Reference in New Issue
Block a user