You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting up servers right after the cloud is built may fail since not all services have had a chance to start. A simple "sleep 60" solves the problem but it would be more elegant to poll for the awaiting services.
Starting up servers right after the cloud is built may fail since not all services have had a chance to start. A simple "sleep 60" solves the problem but it would be more elegant to poll for the awaiting services.
See:
https://github.com/packet-labs/OpenStackOnPacket/blob/master/OpenStackSampleWorkload.tf#L93
and
https://github.com/packet-labs/OpenStackOnPacket/blob/master/OpenStackSampleWorkload.tf#L63
The text was updated successfully, but these errors were encountered: