From d8defee531873d166c348c6acd5ea34fc2adfa1c Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Tue, 5 May 2020 17:51:22 -0400 Subject: [PATCH] Improve order of OpenStack upgrades 1. neutron-gateway before nova-compute 2. ceph-mon before ceph-osd Closes-Bug: #1859990 Change-Id: I645155b2f51ffaeb388dc3f8ce9fd125d3759d15 --- deploy-guide/source/app-upgrade-openstack.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy-guide/source/app-upgrade-openstack.rst b/deploy-guide/source/app-upgrade-openstack.rst index 23b653a..f9466cd 100644 --- a/deploy-guide/source/app-upgrade-openstack.rst +++ b/deploy-guide/source/app-upgrade-openstack.rst @@ -14,9 +14,9 @@ This document outlines how to upgrade a Juju-deployed OpenStack cloud. Please read the following before continuing: -- the OpenStack charms `Release Notes`_ for the corresponding current and +* the OpenStack charms `Release Notes`_ for the corresponding current and target versions of OpenStack -- the `Known OpenStack upgrade issues`_ section in this document +* the `Known OpenStack upgrade issues`_ section in this document Definitions ----------- @@ -233,7 +233,7 @@ individually. +=======+=======================+===============+ | 1 | keystone | Core Identity | +-------+-----------------------+---------------+ -| 2 | ceph-mon | Storage | +| 1 | ceph-mon | Storage | +-------+-----------------------+---------------+ | 2 | ceph-osd | Storage | +-------+-----------------------+---------------+ @@ -277,7 +277,7 @@ individually. +-------+-----------------------+---------------+ | 3 | openstack-dashboard | Control Plane | +-------+-----------------------+---------------+ -| 3 | nova-compute | Compute | +| 4 | nova-compute | Compute | +-------+-----------------------+---------------+ .. important::