summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-01-12 16:01:30 -0600
committerDean Troyer <dtroyer@gmail.com>2017-01-15 11:01:32 -0600
commit4d3cfb9142be8884fa74a6a8b324df869e32ba30 (patch)
treed0bc01dca65734d736768b40f924069eda10808d
parentc7d3f4eae9f196127f44fa5282f2eb5d9fda05a7 (diff)
downloadpython-openstackclient-3.7.0.tar.gz
Release 3.7.0 cleanup3.7.0
Change-Id: I75d9e2473461e316086cfad8c886c6b7d22ecd5e
-rw-r--r--releasenotes/notes/add-overwrite-option-to-router-7c50c8031dab6bae.yaml5
-rw-r--r--releasenotes/notes/bug-1652827-f59bbd1b64df958d.yaml6
-rw-r--r--releasenotes/notes/image-set-to-update-image-membership-68221f226ca3b6e0.yaml2
3 files changed, 9 insertions, 4 deletions
diff --git a/releasenotes/notes/add-overwrite-option-to-router-7c50c8031dab6bae.yaml b/releasenotes/notes/add-overwrite-option-to-router-7c50c8031dab6bae.yaml
index ac83b7e8..1b022cf1 100644
--- a/releasenotes/notes/add-overwrite-option-to-router-7c50c8031dab6bae.yaml
+++ b/releasenotes/notes/add-overwrite-option-to-router-7c50c8031dab6bae.yaml
@@ -1,7 +1,6 @@
---
features:
- |
- Add support to overwrite routes in a router instance, using ``--router``
- and ``--no-router`` option in ``osc router set``.
+ Add ``--router`` and ``--no-router`` options to ``osc router set`` command to
+ modify routes in a router instance.
[ Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>`_]
-
diff --git a/releasenotes/notes/bug-1652827-f59bbd1b64df958d.yaml b/releasenotes/notes/bug-1652827-f59bbd1b64df958d.yaml
new file mode 100644
index 00000000..24991cbd
--- /dev/null
+++ b/releasenotes/notes/bug-1652827-f59bbd1b64df958d.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fix an endpoint version problem with Image endpoints that contained the
+ substring 'v2'.
+ [Bug `1652827 <https://bugs.launchpad.net/bugs/1652827>`_]
diff --git a/releasenotes/notes/image-set-to-update-image-membership-68221f226ca3b6e0.yaml b/releasenotes/notes/image-set-to-update-image-membership-68221f226ca3b6e0.yaml
index 599216c4..6db63f87 100644
--- a/releasenotes/notes/image-set-to-update-image-membership-68221f226ca3b6e0.yaml
+++ b/releasenotes/notes/image-set-to-update-image-membership-68221f226ca3b6e0.yaml
@@ -1,4 +1,4 @@
---
features:
- - Add support to update image membership with the `--accept`,
+ - Add support to update image membership with the ``--accept``,
``--reject`` and ``--pending`` options of the ``image set command``.