summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-04-03 16:30:36 -0500
committerDean Troyer <dtroyer@gmail.com>2017-04-03 16:30:36 -0500
commit9915efdd0abebd91a3f05a242e0e20bbd5d5efa9 (patch)
tree407691675c6e08577f5039b56ddb333e8a34d9f1
parentd0f368ba0e0793b8dfc800ea0ef7c60b3e94d5df (diff)
downloadpython-openstackclient-9915efdd0abebd91a3f05a242e0e20bbd5d5efa9.tar.gz
Release notes cleanup for 3.10.0 release
Change-Id: Ibf2aec57c5b9a1b3c8e5e74f8524c79939fc6f94
-rw-r--r--releasenotes/notes/bp-extension-show-6f7e31a27dad0dc9.yaml5
-rw-r--r--releasenotes/notes/bug-1633582-df2bee534c2da7fc.yaml2
-rw-r--r--releasenotes/notes/bug-1642030-166b2b28c8adf22e.yaml10
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>`_]