summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-01-26 09:52:49 -0600
committerDean Troyer <dtroyer@gmail.com>2017-01-26 10:41:30 -0600
commit16aeee430308fd1863d2f9892f09e0d928a0e6f1 (patch)
treea68266bfe85cca1ed1b97e673566d9c4450967ee /releasenotes
parentda2a820d2f4e5589671f494edcd8e8b3e69b7cb0 (diff)
downloadpython-openstackclient-16aeee430308fd1863d2f9892f09e0d928a0e6f1.tar.gz
Cleanup for 3.8.0 release
Release notes and proofreading cleanups. Change-Id: Iddc6a64e6ea3082aa220a2465793e6f7f2aecaa9
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-neutron-client-metering-6f8f9527c2a797fd.yaml7
-rw-r--r--releasenotes/notes/support-no-property-in-volume-snapshot-0af3fcb31a3cfc2b.yaml4
2 files changed, 8 insertions, 3 deletions
diff --git a/releasenotes/notes/bp-neutron-client-metering-6f8f9527c2a797fd.yaml b/releasenotes/notes/bp-neutron-client-metering-6f8f9527c2a797fd.yaml
new file mode 100644
index 00000000..37ecdcb8
--- /dev/null
+++ b/releasenotes/notes/bp-neutron-client-metering-6f8f9527c2a797fd.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Add meter rules commands for ``network meter rule create``,
+ ``network meter rule delete``, ``network meter rule list``,
+ and ``network meter rule show``.
+ [Blueprint :oscbp:`neutron-client-metering`]
diff --git a/releasenotes/notes/support-no-property-in-volume-snapshot-0af3fcb31a3cfc2b.yaml b/releasenotes/notes/support-no-property-in-volume-snapshot-0af3fcb31a3cfc2b.yaml
index 6a3220b2..42e06179 100644
--- a/releasenotes/notes/support-no-property-in-volume-snapshot-0af3fcb31a3cfc2b.yaml
+++ b/releasenotes/notes/support-no-property-in-volume-snapshot-0af3fcb31a3cfc2b.yaml
@@ -2,6 +2,4 @@
features:
- |
Add ``--no-property`` option in ``volume snapshot set``.
- Supporting ``--no-property`` option will apply user a convenient way to
- clean all properties of volume snapshot in a short command.
- [ Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>` _]
+ [Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>`_]