python-novaclient/releasenotes/notes/bug-1845322-463ee407b60131c9.yaml
Stephen Finucane 48634ed51e Add release note for bug 1845322
In change I0f9f75cba68e7582d32d4aab2f8f077b4360d386, we modified the
behavior of the ``--hint`` option for the ``boot`` command. We want to
backport this so add a release note to alert users to the change in
behavior.

Change-Id: I753e9a0cda1e118578373c519cf2fb2dd605a623
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Related-Bug: #1845322
2019-10-01 15:43:26 +01:00

7 lines
214 B
YAML

---
upgrade:
- |
The ``--hint`` option for the ``boot`` command expects a key-value
argument. Previously, if this was not the case, the argument would be
silently ignored. It will now raise an error.