From 41dadb2fe74056111c743d374afd0f560873d99e Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sun, 24 Feb 2019 00:03:41 +0100 Subject: [PATCH] Add release note about Ubuntu py3 upgrade Change-Id: Iad70b968c1a14500d2476aaf9e0e9c645357bc76 --- .../release-note-ubuntu-py3-aae645e32d4bc5ab.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/release-note-ubuntu-py3-aae645e32d4bc5ab.yaml diff --git a/releasenotes/notes/release-note-ubuntu-py3-aae645e32d4bc5ab.yaml b/releasenotes/notes/release-note-ubuntu-py3-aae645e32d4bc5ab.yaml new file mode 100644 index 00000000..8ec2452c --- /dev/null +++ b/releasenotes/notes/release-note-ubuntu-py3-aae645e32d4bc5ab.yaml @@ -0,0 +1,10 @@ +--- +prelude: > + In this release Ubuntu has moved all projects that supported it to python3 + which means that there will be a lot of changes. The Puppet OpenStack project + does not test the upgrade path from python2 to python3 packages so there might + be manual steps required when moving to the python3 packages. +upgrade: + - | + Ubuntu packages are now using python3, the upgrade path is not tested by + Puppet OpenStack. Manual steps may be required when upgrading.