commit | d6437c9dd175371cd13d0a5d3222205a8863bda5 | [log] [tgz] |
---|---|---|
author | Brian Haley <haleyb.dev@gmail.com> | Fri Sep 06 16:09:26 2024 -0400 |
committer | Brian Haley <haleyb.dev@gmail.com> | Fri Sep 13 10:50:00 2024 -0400 |
tree | 2b09ae7a9f86aa996d1e626aad004a38b9ecafe1 | |
parent | 0a0e1070e573674332cb5126064b95f17099307e [diff] |
Wait for all instance ports to become ACTIVE get_server_port_id_and_ip4() gets a list of neutron ports for an instance, but it could be one or more of those have not completed provisioning at the time of the call, so are still marked DOWN. Wait for all ports to become active since it could just be neutron has not completed its work yet. Added new waiter function and tests to verify it worked. Closes-bug: #2079831 Change-Id: I758e5eeb8ab05e79d6bdb2b560aa0f9f38c5992c