summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>`_]