summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-10-01 15:43:26 +0100
committerStephen Finucane <sfinucan@redhat.com>2019-10-01 15:43:26 +0100
commit48634ed51e64f10424eef5bfb18dc63eda051c1d (patch)
tree0711ffebbd3a1205cf8c6e681caf4ef052d96866
parent6954aacd54e85859fecde22ac04db1ce7601dd35 (diff)
downloadpython-novaclient-48634ed51e64f10424eef5bfb18dc63eda051c1d.tar.gz
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
-rw-r--r--releasenotes/notes/bug-1845322-463ee407b60131c9.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1845322-463ee407b60131c9.yaml b/releasenotes/notes/bug-1845322-463ee407b60131c9.yaml
new file mode 100644
index 00000000..9c60e72f
--- /dev/null
+++ b/releasenotes/notes/bug-1845322-463ee407b60131c9.yaml
@@ -0,0 +1,6 @@
+---
+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.