summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorAbhishek Kekane <akekane@redhat.com>2020-03-27 07:57:31 +0000
committerAbhishek Kekane <akekane@redhat.com>2020-03-30 05:59:11 +0000
commit1e76cb5511e807d97a8a4dcf2bc4fb5799834613 (patch)
treef875e32bf061032fa3f6fcdbfa9719177c03a14f /releasenotes
parent1262d212784ff3579f073b197a2e42be915bf07e (diff)
downloadglance_store-1e76cb5511e807d97a8a4dcf2bc4fb5799834613.tar.gz
Release note for 1.2.0
Change-Id: Id75209c172d881d90c85002bf6496cc1eef9c702
Diffstat (limited to 'releasenotes')
-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