From 33e312acc2f97b44bbaa3b906bbcf096fc6f1216 Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Wed, 30 Oct 2024 16:23:14 +0000 Subject: [PATCH] Fix DS link Unresolvable refs fail when conditionalized out via .. only:: This change replaces inline condition with privately scoped substitution. Change-Id: Id33bbdc98381e123f2cf4bf31a6007760cb235ab Signed-off-by: Ron Stone --- doc/source/_vendor/vendor_strings.txt | 4 ++++ .../install-rest-api-and-horizon-certificate.rst | 15 +++------------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/doc/source/_vendor/vendor_strings.txt b/doc/source/_vendor/vendor_strings.txt index ca274bfca..ea081d905 100755 --- a/doc/source/_vendor/vendor_strings.txt +++ b/doc/source/_vendor/vendor_strings.txt @@ -122,6 +122,10 @@ .. |_link-inst-book| replace:: :ref:`Installation guide ` +.. Used in security/openstack/install-rest-api-and-horizon-certificate.rst + +.. |_security-firewall-options| replace:: :ref:`Security Firewall Options ` + .. Debian Tech Preview diff --git a/doc/source/security/openstack/install-rest-api-and-horizon-certificate.rst b/doc/source/security/openstack/install-rest-api-and-horizon-certificate.rst index 2c84a80d6..9801a7106 100644 --- a/doc/source/security/openstack/install-rest-api-and-horizon-certificate.rst +++ b/doc/source/security/openstack/install-rest-api-and-horizon-certificate.rst @@ -133,17 +133,8 @@ Horizon endpoints by configuring a certificate for these endpoints. ~(keystone_admin)$ system application-apply |prefix|-openstack -.. only:: starlingx or platform - .. note:: +.. note:: - For both methods, ensure port 443 is open in |prod| firewall. For - details see :ref:`Security Firewall Options - `. - -.. only:: openstack and platform - - .. note:: - - For both methods, ensure port 443 is open in |prod| firewall. For - details see the platform *Security Guide*. \ No newline at end of file + For both methods, ensure port 443 is open in |prod| firewall. For + details see |_security-firewall-options|.