From 387a5753de741ddde1297c6a0ec3f4d90514a77b Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Wed, 24 Mar 2021 11:30:02 +0000 Subject: [PATCH] doc: Use a non-numerical anchor when referencing microversions As called out in the review for Ib7b9f4fd7673525129c03dc2943deedd0c7ad81f the use of a numerical anchor causes a sequence id to be used that can change over time in the document and thus is not stable to reference externally. This change simply switches to a non-numerical anchor ensuring that sphinx generates a stable anchor we can always reference. Change-Id: I550f7fd89a13e58031b0ddfbcb4f6a5239dbf335 --- doc/source/user/rescue.rst | 2 +- nova/api/openstack/compute/rest_api_version_history.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user/rescue.rst b/doc/source/user/rescue.rst index e599c2856505..55a1b71dae53 100644 --- a/doc/source/user/rescue.rst +++ b/doc/source/user/rescue.rst @@ -80,7 +80,7 @@ command: how much time they need to shut down cleanly. To rescue an instance that boots from a volume you need to use the -:ref:`2.87 microversion or later <2.87-microversion>`. +:ref:`2.87 microversion or later `. .. code-block:: console diff --git a/nova/api/openstack/compute/rest_api_version_history.rst b/nova/api/openstack/compute/rest_api_version_history.rst index 2f3d1c63104b..6ff8d190aab4 100644 --- a/nova/api/openstack/compute/rest_api_version_history.rst +++ b/nova/api/openstack/compute/rest_api_version_history.rst @@ -1135,7 +1135,7 @@ Validation is only used for recognized extra spec namespaces, currently: ``hw_rng``, ``hw_video``, ``os``, ``pci_passthrough``, ``powervm``, ``quota``, ``resources``, ``trait``, and ``vmware``. -.. _2.87-microversion: +.. _microversion 2.87: 2.87 (Maximum in Ussuri and Victoria) -------------------------------------