Bug 1889279

Summary: [Docs] RHOSP version is not correct in the example
Product: OpenShift Container Platform Reporter: Wei Liu <weiliu>
Component: DocumentationAssignee: Latha S <lmurthy>
Status: CLOSED WONTFIX QA Contact: Xiaoli Tian <xtian>
Severity: unspecified Docs Contact: Latha S <lmurthy>
Priority: unspecified    
Version: 3.11.0CC: aos-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-08-08 10:03:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wei Liu 2020-10-19 09:07:18 UTC
Document URL: 
https://docs.openshift.com/container-platform/3.11/install_config/configuring_openstack.html

Section Number and Name: 
Configuring for OpenStack

Describe the issue: 
[Docs] RHOSP version is not correct in the example


Example:

Enable the rhel-7-server-openstack-13-tools-rpms and the required OpenShift Container Platform repositories from Set Up Repositories.

-----> should be rhel-7-server-openstack-14-tools-rpms

$ sudo subscription-manager repos \
--enable rhel-7-server-openstack-{rhosp_version}-tools-rpms \
--enable rhel-7-server-openstack-14-tools-rpms
$ sudo subscription-manager repo-override --repo=rhel-7-server-openstack-14-tools-rpms --add=includepkgs:"python2-openstacksdk.* python2-keystoneauth1.* python2-os-service-types.*"
$ sudo yum install -y python2-openstackclient python2-heatclient python2-octaviaclient ansible


-----> Seems that these 2 lines are duplicated
--enable rhel-7-server-openstack-{rhosp_version}-tools-rpms \
--enable rhel-7-server-openstack-14-tools-rpms

Suggestions for improvement: 
1 The rhosp version should be consistent
2 sudo subscription-manager repos --enable rhel-7-server-openstack-14-tools-rpms
is more clear.

Additional information: