summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2017-11-29 14:28:24 -0600
committerDean Troyer <dtroyer@gmail.com>2017-11-29 16:38:44 -0600
commit3a672eae7be0dcf5e2e951ea958d5d157699c341 (patch)
treef3399f5de5fc0b696fbcceebc3efc9dde525062d
parentae2ae4e60e3ed9a7658430ff1e7c4f9bda610a24 (diff)
downloadpython-openstackclient-3a672eae7be0dcf5e2e951ea958d5d157699c341.tar.gz
Release note cleanup
Change-Id: Iea05a9b696a225b41bb5bf0c52498969e32acf66
-rw-r--r--releasenotes/notes/bug-1711301-472b577f074edd43.yaml6
-rw-r--r--releasenotes/notes/bug-1732938-e4d91732ef777f9a.yaml7
2 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1711301-472b577f074edd43.yaml b/releasenotes/notes/bug-1711301-472b577f074edd43.yaml
new file mode 100644
index 00000000..ba1a8a6d
--- /dev/null
+++ b/releasenotes/notes/bug-1711301-472b577f074edd43.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-e4d91732ef777f9a.yaml b/releasenotes/notes/bug-1732938-e4d91732ef777f9a.yaml
new file mode 100644
index 00000000..617dca91
--- /dev/null
+++ b/releasenotes/notes/bug-1732938-e4d91732ef777f9a.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>`_]