From ef481e8d9a99a0d2bb7b3f43370dc7a96583b8f6 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 10 Aug 2018 10:55:55 +0200 Subject: [PATCH] Add release notes for bugs 1784038 and 1786030 Change-Id: I0d2a5c9dee6dfd0dd90b1d483eb68f936b82f178 --- ...-lease-create-without-start-date-73ce2bb28bc883f7.yaml | 8 ++++++++ ...or-message-with-same-name-leases-561ece8e602b4c68.yaml | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 releasenotes/notes/bug-1784038-fix-lease-create-without-start-date-73ce2bb28bc883f7.yaml create mode 100644 releasenotes/notes/bug-1786030-fix-error-message-with-same-name-leases-561ece8e602b4c68.yaml diff --git a/releasenotes/notes/bug-1784038-fix-lease-create-without-start-date-73ce2bb28bc883f7.yaml b/releasenotes/notes/bug-1784038-fix-lease-create-without-start-date-73ce2bb28bc883f7.yaml new file mode 100644 index 0000000..f5184ab --- /dev/null +++ b/releasenotes/notes/bug-1784038-fix-lease-create-without-start-date-73ce2bb28bc883f7.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Creating leases using version 2.0.0 of the CLI client without specifying a + start date was failing with the error ``The lease parameters are + incorrect``, following changes related to `bug 1783296 + `_. For more details, see `bug 1784038 + `_. diff --git a/releasenotes/notes/bug-1786030-fix-error-message-with-same-name-leases-561ece8e602b4c68.yaml b/releasenotes/notes/bug-1786030-fix-error-message-with-same-name-leases-561ece8e602b4c68.yaml new file mode 100644 index 0000000..e6fcb0c --- /dev/null +++ b/releasenotes/notes/bug-1786030-fix-error-message-with-same-name-leases-561ece8e602b4c68.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + When there are multiple leases with the same name, lease actions + identifying the lease by name would display an error message including a + dictionary of lease values, instead of ``type 'lease'``. For more details, + see `bug 1786030 `_.