From acc8cd786ba2d66477bf3cda4d902b534452dc0e Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 12 Aug 2021 17:03:01 +0200 Subject: [PATCH] Fix documentation links for routed control plane networks Change-Id: I097b826cb477577fc9482bbc3b8875b71a505a99 --- doc/source/configuration/reference/kolla-ansible.rst | 2 +- .../reference/routed-control-plane-networks.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/configuration/reference/kolla-ansible.rst b/doc/source/configuration/reference/kolla-ansible.rst index ce8eb8d88..fdf89c992 100644 --- a/doc/source/configuration/reference/kolla-ansible.rst +++ b/doc/source/configuration/reference/kolla-ansible.rst @@ -233,7 +233,7 @@ API Addresses .. note:: These variables should be used over the deprecated ``vip_address`` and - ``fqdn`` `network attributes ` + ``fqdn`` :ref:`network attributes `. The following variables affect the addresses used for the external and internal API. diff --git a/doc/source/configuration/reference/routed-control-plane-networks.rst b/doc/source/configuration/reference/routed-control-plane-networks.rst index 00e6ef156..95b2888e7 100644 --- a/doc/source/configuration/reference/routed-control-plane-networks.rst +++ b/doc/source/configuration/reference/routed-control-plane-networks.rst @@ -48,8 +48,8 @@ follows: * create groups in the inventory for the different sets of networks * place hosts in the appropriate groups -* move ``vip_address`` and ``fqdn`` network attributes to `global variables - ` +* move ``vip_address`` and ``fqdn`` network attributes to :ref:`global + variables ` * move global network name configuration to group variables * add new networks to configuration * add network interface group variables @@ -177,8 +177,8 @@ Kolla API addresses ------------------- Remove all variables defining ``vip_address`` or ``fqdn`` network attributes -from ``networks.yml``, and move the configuration to the `API address variables -` in ``kolla.yml``. +from ``networks.yml``, and move the configuration to the :ref:`API address +variables ` in ``kolla.yml``. Network names -------------