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: