From 205b3216904b28be71024368977486947e57477e Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Wed, 11 Apr 2018 15:24:12 +0100 Subject: [PATCH] Releasenotes for 16.0.1 Change-Id: Iff3b30f8740fc126e29fd9e3030f9312c2798a11 --- .../notes/queens-16.0.1-e6b03a36e4df16b2.yaml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 releasenotes/notes/queens-16.0.1-e6b03a36e4df16b2.yaml diff --git a/releasenotes/notes/queens-16.0.1-e6b03a36e4df16b2.yaml b/releasenotes/notes/queens-16.0.1-e6b03a36e4df16b2.yaml new file mode 100644 index 0000000000..ff796bb726 --- /dev/null +++ b/releasenotes/notes/queens-16.0.1-e6b03a36e4df16b2.yaml @@ -0,0 +1,33 @@ +--- +issues: + - | + 'enabled_import_methods' is ListOpt type config option. If only one method + is enabled, the format needs to be ['method'] this is not obvious as even + the example does not have the '[' and ']' boundaries around the default + value. + - | + If signature verification fails upon creation, the image data will stay + in the backend even though the image goes to 'killed' state. The data + remains even if a user deletes the killed image record. +critical: + - | + Image Import API failure with PY35 has been fixed. + - | + Image Import method 'web-download' failure when 'node_staging_uri' ends + with '/' has been fixed. + - | + Image Import call accepting all implemented methods instead of configured + ones has been rectified. It only accepts import calls for the methods + listed in the config option 'enabled_import_methods' +fixes: + - | + Some documentation and test issues have been addressed in this release on + top of the following bugfixes: + + * Bug 1753964_: web-download fails with default node_staging_uri + * Bug 1759510_: Image Import fails with Python 3.5 + * Bug 1754634_: Image Import call does not honour enabled methods + + .. _1753964: https://code.launchpad.net/bugs/1753964 + .. _1759510: https://code.launchpad.net/bugs/1759510 + .. _1754634: https://code.launchpad.net/bugs/1754634