summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-10-30 06:48:52 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-01-22 16:27:08 +0000
commit3bf4d29a0f2d38916bb20b287b7ee486b09613e0 (patch)
treeea4222cc6a90b75136f41386bf728912be5fb535 /releasenotes
parent864f36f2095c8e51d1dea13dad83f9b87073f60b (diff)
downloadglance_store-3bf4d29a0f2d38916bb20b287b7ee486b09613e0.tar.gz
Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. glance_store is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: I6166a20610f77e0df7da75198e0c8273bb121d1f
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/drop-py-2-7-345cafc9c1d3f892.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/drop-py-2-7-345cafc9c1d3f892.yaml b/releasenotes/notes/drop-py-2-7-345cafc9c1d3f892.yaml
new file mode 100644
index 0000000..45c2ea4
--- /dev/null
+++ b/releasenotes/notes/drop-py-2-7-345cafc9c1d3f892.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ Python 2.7 support has been dropped. Last release of glance_store
+ to support py2.7 is OpenStack Train. The minimum version of Python now
+ supported by glance_store is Python 3.6.