Skip to content

Commit 80c4beb

Browse files
xekklgill
andauthored
Update docs_user/modules/proc_adopting-the-identity-service.adoc
Co-authored-by: Katie Gilligan <[email protected]>
1 parent 6b5555e commit 80c4beb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs_user/modules/proc_adopting-the-identity-service.adoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,10 @@ $ oc create secret generic keystone-domains \
143143
[IMPORTANT]
144144
The name of the file that you provide to `--from-file`, for example `keystone.DOMAIN_NAME.conf`, is critical. The {identity_service} uses this filename to map incoming authentication requests for a domain to the correct LDAP configuration. Ensure that `DOMAIN_NAME` matches the name of the domain you are configuring in the {identity_service}.
145145

146-
.Patch the OpenStackControlPlane CR
147-
148-
The following command patches your `OpenStackControlPlane` CR.
149-
Replace `<cr_name>` with the name of your `OpenStackControlPlane` CR (e.g., `openstack`) and `<namespace>` with the namespace where it is deployed (e.g., `openstack`).
150-
151-
[source,bash]
146+
. Patch the `OpenStackControlPlane` CR:
147+
+
152148
----
153-
oc patch openstackcontrolplane <cr_name> \
149+
$ oc patch openstackcontrolplane <cr_name> \
154150
-n <namespace> \
155151
--type=merge \
156152
-p '

0 commit comments

Comments
 (0)