Hide Forgot
Description of problem: In the OSP 9 Mitaka installation guide, specifically in the "CONFIGURING CONTAINERIZED COMPUTE NODES" section, instructions to fetch docker images are incorrect. Version-Release number of selected component (if applicable): RHOSP 9 (Mitaka) How reproducible: Always Steps to Reproduce: 1. Go to: https://access.redhat.com/documentation/en/red-hat-openstack-platform/9/single/director-installation-and-usage/#sect-Configuring_Containerized_Compute_Nodes 2. Go to the "Using a Local Registry" section 3. Actual results: Incorrect commands: $ sudo docker pull registry.access.redhat.com/openstack-nova-compute:latest $ sudo docker pull registry.access.redhat.com/openstack-data:latest $ sudo docker pull registry.access.redhat.com/openstack-nova-libvirt:latest $ sudo docker pull registry.access.redhat.com/openstack-neutron-openvswitch-agent:latest $ sudo docker pull registry.access.redhat.com/openstack-openvswitch-vswitchd:latest $ sudo docker pull registry.access.redhat.com/openstack-openvswitch-db-server:latest $ sudo docker pull registry.access.redhat.com/openstack-heat-docker-agents:latest Expected results: Correct commands: $ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-nova-compute:latest $ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-data:latest $ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-nova-libvirt:latest $ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-neutron-openvswitch-agent:latest $ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-openvswitch-vswitchd:latest $ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-openvswitch-db-server:latest $ sudo docker pull registry.access.redhat.com/rhosp9_tech_preview/openstack-heat-docker-agents:latest Additional info:
Tested and confirmed the URL. Corrected the error in the text: https://access.redhat.com/documentation/en/red-hat-openstack-platform/9/single/director-installation-and-usage/#sect-Using_a_Local_Registry Kiran, how does it look now?
Dan, Thanks for making the correction. It looks good now.
No problem. Thanks for reporting it. Closing this BZ.