summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-11-29 14:30:54 -0600
committerDean Troyer <dtroyer@gmail.com>2017-11-29 16:00:34 -0600
commit8eced505329a32533b1154700302780ca5af51ef (patch)
tree7ebee60f64738931f3deebb1e1d7e79ce94e3aaf
parentff4abb7d19829efa0209cb67faf01011d9c841c5 (diff)
downloadpython-openstackclient-8eced505329a32533b1154700302780ca5af51ef.tar.gz
Relnote cleanup
Change-Id: I54c56eeb540751621121e359868bb9ddc0b44fea
-rw-r--r--releasenotes/notes/bug-1711301-633255f813c71d2a.yaml6
-rw-r--r--releasenotes/notes/bug-1732938-868963acedaa307e.yaml7
2 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1711301-633255f813c71d2a.yaml b/releasenotes/notes/bug-1711301-633255f813c71d2a.yaml
new file mode 100644
index 00000000..ba1a8a6d
--- /dev/null
+++ b/releasenotes/notes/bug-1711301-633255f813c71d2a.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fix occurrences of the ``network agent delete`` command failing with newer
+ releases of python-openstacksdk.
+ [Bug `1711301 <https://bugs.launchpad.net/python-openstackclient/+bug/1711301>`_]
diff --git a/releasenotes/notes/bug-1732938-868963acedaa307e.yaml b/releasenotes/notes/bug-1732938-868963acedaa307e.yaml
new file mode 100644
index 00000000..617dca91
--- /dev/null
+++ b/releasenotes/notes/bug-1732938-868963acedaa307e.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Remove the client-side check for valid ``--policy`` values in the
+ ``server group create`` command. Specify ``--os-compute-api-version 2.15``
+ or higher for the ``soft-affinity`` or ``soft-anti-affinity`` policy.
+ [Bug `1732938 <https://bugs.launchpad.net/python-openstackclient/+bug/1732938>`_]