summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-31 12:08:48 +0000
committerGerrit Code Review <review@openstack.org>2020-03-31 12:08:48 +0000
commit356e9bf55587e9943e6e82bd3f09224060a20133 (patch)
treeff4fb161cfe21717c2f33d5ff680853d0ebaca02
parent286ae5a99081a911463a28f19a4279c4ef97f36a (diff)
parent1e76cb5511e807d97a8a4dcf2bc4fb5799834613 (diff)
downloadglance_store-356e9bf55587e9943e6e82bd3f09224060a20133.tar.gz
Merge "Release note for 1.2.0"
-rw-r--r--releasenotes/notes/release-1.2.0-8d239f01cd8ff0bf.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/releasenotes/notes/release-1.2.0-8d239f01cd8ff0bf.yaml b/releasenotes/notes/release-1.2.0-8d239f01cd8ff0bf.yaml
new file mode 100644
index 0000000..8eca476
--- /dev/null
+++ b/releasenotes/notes/release-1.2.0-8d239f01cd8ff0bf.yaml
@@ -0,0 +1,31 @@
+---
+fixes:
+ - |
+ Following bugs were fixed and included after 1.0.1 release:
+
+ * Bug 1820817_: Swift backend can not use custom CA bundle to verify
+ server SSL certs when those are not added to global system certs
+ * Bug 1866966_: define mount_point for ``*fs`` drivers in glance cinder store
+ * Bug 1863691_: When Image size greater than the chunk size and the glance
+ buffered upload for swift is enabled, glance just put 0 bytes
+ * Bug 1839778_: Python3 swift config quotes removal
+ * Bug 1863983_: Image upload is failing with
+ NoFibreChannelVolumeDeviceFound after configuring Cinder(HP3Par FC
+ storage) as glance backend
+
+ .. _1820817: https://bugs.launchpad.net/glance-store/+bug/1820817
+ .. _1866966: https://bugs.launchpad.net/glance-store/+bug/1866966
+ .. _1863691: https://bugs.launchpad.net/fuel/+bug/1863691
+ .. _1839778: https://bugs.launchpad.net/glance-store/+bug/1839778
+ .. _1863983: https://bugs.launchpad.net/glance-store/+bug/1863983
+
+
+other:
+ - |
+ The following improvements were made during the Ussuri release cycle:
+
+ * Partial refactoring of cinder driver of glance store to use cinderclient
+ version 3 and some methods have been moved to class level rather than
+ use them as module level.
+ * Droped support for python 2.7 and testing for the same.
+ * Drop support for tempest-full