From 98008e048ca4b80012a8e25f3260492260bc938a Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Wed, 25 Sep 2019 10:26:44 +0100 Subject: [PATCH] Correct link to placement upgrade notes In the depends-on the upgrade notes in placement are moved to a different URL. Because the link here in nova was to an anchor, not a URL, a redirect on the placement side will not catch this, so explicitly update the link. Depends-On: https://review.opendev.org/683783 Change-Id: Ib07eacb9150bbb8b0726cfe06ae334c7a764955c --- doc/source/user/upgrade.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user/upgrade.rst b/doc/source/user/upgrade.rst index b83f84664b9b..0b7dfe229908 100644 --- a/doc/source/user/upgrade.rst +++ b/doc/source/user/upgrade.rst @@ -84,8 +84,8 @@ same time. * Several nova services rely on the external placement service being at the latest level. Therefore, you must upgrade placement before any nova services. See the - :placement-doc:`placement upgrade notes <#upgrade-notes>` for more - details on upgrading the placement service. + :placement-doc:`placement upgrade notes ` for + more details on upgrading the placement service. * For maximum safety (no failed API operations), gracefully shutdown all the services (i.e. SIG_TERM) except nova-compute.