From 25062453a3aa95945a6163ee03d859659ec639b2 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sun, 24 Feb 2019 00:08:05 +0100 Subject: [PATCH] Add release note about Ubuntu py3 upgrade Change-Id: Id7eecf9184c8298995200f550f7d20a2f5fb66b4 --- .../release-note-ubuntu-py3-79c7805cfb29dc0f.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/release-note-ubuntu-py3-79c7805cfb29dc0f.yaml diff --git a/releasenotes/notes/release-note-ubuntu-py3-79c7805cfb29dc0f.yaml b/releasenotes/notes/release-note-ubuntu-py3-79c7805cfb29dc0f.yaml new file mode 100644 index 000000000..8ec2452cf --- /dev/null +++ b/releasenotes/notes/release-note-ubuntu-py3-79c7805cfb29dc0f.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.