diff --git a/releasenotes/notes/bug-1711301-472b577f074edd43.yaml b/releasenotes/notes/bug-1711301-472b577f074edd43.yaml new file mode 100644 index 000000000..ba1a8a6da --- /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 `_] diff --git a/releasenotes/notes/bug-1732938-e4d91732ef777f9a.yaml b/releasenotes/notes/bug-1732938-e4d91732ef777f9a.yaml new file mode 100644 index 000000000..617dca91e --- /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 `_]