commit | 445f5984a9489702f8bc35173fc0022eac96c045 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Wed Sep 14 19:27:04 2016 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Thu Sep 15 13:00:21 2016 -0400 |
tree | d59fddc8dbcdffd3169d6cb83ba513798e0554bd | |
parent | 41383e6e22ad86c1f1b601ce666b2c01d8ce8934 [diff] |
Always wait on server delete When running with neutron not waiting on the async server delete can cause the port cleanup to race with tempest's other network resource cleanup and causes things to explode. This commit makes adding the cleanup wait loop unconditional there is no reason this needs to be configurable and tempest should ensure everything is clean before it starts tearing down everything else. Change-Id: Ica2f9bb20a059ab35577878c41172277e87df8e6 Closes-Bug: #1623691