Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 {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"]
----
Expand All @@ -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
----
----