-
Bug
-
Resolution: Done
-
Minor
-
CL170 - RHOSO18.0-en-1-20241127
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/cl170-18.0/pages/ch04s04 |
Reporter RHNID: | gls-ftaylor |
Section Title: | h2. Guided Exercise: Access the OpenStack Control Plane |
Issue description
ch04s04 step 4.2 shows:
{{curl -v }}
-Lk https://horizon-openstack.apps.ocp4.example.com
Why did we spread the options for curl across two lines? It should be something like:
curl -vLk \
https://horizon-openstack.apps.ocp4.example.com
Also, this is the first time that we use the -L and -k options for curl, so it is worth a bit more explanation.