Description of problem: The Baremetal documentation section 3.4 deploying the overcloud: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html-single/bare_metal_provisioning/#sect-deploying-the-overcloud the example calls: -e /usr/share/openstack-tripleo-heat-templates/environments/services/ironic.yaml which is wrong. this file is not for containerized deployment. The correct file is: -e /usr/share/openstack-tripleo-heat-templates/environments/services-docker/ironic.yaml which contains the correct container registry. When you deploy with the example ironic.yaml, no ironic-pxe container ever gets deployed in the overcloud Version-Release number of selected component (if applicable): 12-13 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: