From 365e7576bb73f1dd9f5bb04d380bba8910124aa0 Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Tue, 26 Jul 2022 15:46:51 -0400 Subject: [PATCH] Small improvements to upgrade overview Also remove a hardcoded temporal reference that will soon be out of date. Change-Id: I2f8c78c994d1fba6eccc7ad6f2953a408afb5875 --- deploy-guide/source/upgrade-overview.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/deploy-guide/source/upgrade-overview.rst b/deploy-guide/source/upgrade-overview.rst index 3a7b36b..95d760b 100644 --- a/deploy-guide/source/upgrade-overview.rst +++ b/deploy-guide/source/upgrade-overview.rst @@ -87,8 +87,8 @@ one that does not (legacy). .. note:: - For an overview of how charms are consumed by the end-user see `Charm - delivery`_. + For an overview of how charms are distributed to the end-user see + :doc:`cg:project/charm-delivery` in the Charm Guide. Channels ^^^^^^^^ @@ -100,9 +100,6 @@ generally not work on an older combination. Furthermore, there is a need to switch to a different channel in order to upgrade to a new OpenStack version - but not to a new series. -The most recent supported series-openstack combination is ``focal-yoga``. -Channels however are available for many older combinations. - Legacy ^^^^^^ @@ -253,5 +250,3 @@ Each upgrade type is broken down into more detail on the following pages: .. LINKS .. _Ubuntu Cloud Archive: https://wiki.ubuntu.com/OpenStack/CloudArchive -.. _Release schedule: https://docs.openstack.org/charm-guide/latest/release-schedule.html -.. _Charm delivery: https://docs.openstack.org/charm-guide/latest/project/charm-delivery.html