Release note cleanup

Change-Id: Iea05a9b696a225b41bb5bf0c52498969e32acf66
This commit is contained in:
Dean Troyer 2017-11-29 14:28:24 -06:00
parent ae2ae4e60e
commit 3a672eae7b
2 changed files with 13 additions and 0 deletions

View File

@ -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>`_]

View File

@ -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>`_]