Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/port-check-condition-resource. Description: In many cases, we are interested in waiting for a particular service to become available on a newly booted VM. This can currently be achieved by combining WaitConditions with UserData scripts (or an external service) that perform the port checks. It would be much simpler in these scenarios to have a resource that waits for a particular (TCP) port to begin accepting connections. Specification URL (additional information): None