-
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/ch05s03 |
Reporter RHNID: | gls-ftaylor |
Section Title: | h2. Lab: Verify Connectivity to OpenStack Cell Services |
Issue description
Step 1 Same comment here as in a previous issue: mention that the solutions will only show the CLI, not the web interface solutions.
Step 4.2 the prompt suddenly changes to the ocp directory:
[student@workstation ocp]$
before it was ~ (default).
Step 4.3 Where did the nova-manage command come from? This is not mentioned anywhere else in the course. Surely there must be a better way to find this information. Isn't it found in some secret in OpenShift? Even in a config file would be better than having to run the nova-manage command. We've been moving away from the nova-* commands in favor of the openstack commands, so there should be some way to do it in the openstackclient container. Or maybe we just need to gather some other information.
grep transport_url /etc/nova/nova.conf.d/01-nova.conf shows it. That is much better than running the nova-manage command.
Speaking of openstackclient, there is no tab completion in the openstackclient pod. There should be a way to get tab completion there.
Oh, it is simple: `bash`. That runs a bash shell and then you have bash completion!
You do, however, have to exit twice to get out (but worth it).
Ah, or you can do:
oc rsh --shell=/usr/bin/bash -n openstack openstackclient
That will get you in immediately.