Description of problem: On the latest OSP13 GA. After successful overcloud deployment the container health check shows unhealthy state for : octavia_health_manager / octavia_housekeeping - it seems that there are no open ports for the services in the containers or the ports are wrong or the health check is wrong. Honestly I'm not sure. Seeing the following errors when running `sudo docker ps | grep -i unhealthy` within a controller: 822257473b99 192.168.24.1:8787/rhosp13/openstack-octavia-health-manager:13.0-38 "kolla_start" 16 hours ago Up 16 hours (unhealthy) octavia_health_manager f28fe412d711 192.168.24.1:8787/rhosp13/openstack-octavia-housekeeping:13.0-38 "kolla_start" 16 hours ago Up 16 hours (unhealthy) octavia_housekeeping sudo docker inspect ocatvia_health_manager shows: "Output": "There is no octavia-health- process with opened RabbitMQ ports (5671,5672) running in the container\n" sudo docker inspect octavia_housekeeping shows: "Output": "There is no octavia-houseke process with opened RabbitMQ ports (5671,5672) running in the container\n"