From e0b59c2d81043709227f66a5ff3efa050d43bef3 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Fri, 9 Jun 2023 10:59:42 -0400 Subject: [PATCH 1/2] Fix acronym usage Closes: rhbz#2213250 --- ...ca-certificate-from-stf-for-overcloud-configuration.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc b/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc index 1db731fc..47363c63 100644 --- a/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc +++ b/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc @@ -24,11 +24,11 @@ = Getting CA certificate from {Project} for overcloud configuration [role="_abstract"] -To connect your {OpenStack} overcloud to {Project} ({ProjectShort}), retrieve the CA certificate of {MessageBus} that runs within {Project} and use the certificate in the {OpenStack} configuration. +To connect your {OpenStack} ({OpenStackShort}) overcloud to {Project} ({ProjectShort}), retrieve the CA certificate of {MessageBus} that runs within {ProjectShort} and use the certificate in the {OpenStackShort} configuration. .Procedure -. View a list of available certificates in {Project}: +. View a list of available certificates in {ProjectShort}: + [source,bash,options="nowrap",subs="verbatim"] ---- @@ -40,4 +40,4 @@ $ oc get secrets [source,bash,options="nowrap",subs="verbatim"] ---- $ oc get secret/default-interconnect-selfsigned -o jsonpath='{.data.ca\.crt}' | base64 -d ----- \ No newline at end of file +---- From e6b1adb6c09e0842a64173281d08fe4273676d86 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Fri, 9 Jun 2023 11:02:27 -0400 Subject: [PATCH 2/2] Update doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc --- ...ing-ca-certificate-from-stf-for-overcloud-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc b/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc index 47363c63..fbae53c3 100644 --- a/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc +++ b/doc-Service-Telemetry-Framework/modules/proc_getting-ca-certificate-from-stf-for-overcloud-configuration.adoc @@ -24,7 +24,7 @@ = Getting CA certificate from {Project} for overcloud configuration [role="_abstract"] -To connect your {OpenStack} ({OpenStackShort}) overcloud to {Project} ({ProjectShort}), retrieve the CA certificate of {MessageBus} that runs within {ProjectShort} and use the certificate in the {OpenStackShort} configuration. +To connect your {OpenStack} ({OpenStackShort}) overcloud to {Project} ({ProjectShort}), retrieve the CA certificate of {MessageBus} that runs within {ProjectShort} and use the certificate in {OpenStackShort} configuration. .Procedure