Fixes cleaning up HA Neutron objects 11/20211/1
authorTim Rozet <trozet@redhat.com>
Thu, 1 Sep 2016 19:05:07 +0000 (15:05 -0400)
committerJose Lausuch <jose.lausuch@ericsson.com>
Fri, 2 Sep 2016 07:37:08 +0000 (07:37 +0000)
commitcc315c6534d27c24fe543b33e2ac9f66cda83d38
tree6babc89e9fa8b7fbe1c7ab6fa75ab6741eb958ee
parentf43a97038c712de33129786df56bbc569dfa1fdb
Fixes cleaning up HA Neutron objects

This fixes a race condition where the cleanup method is trying to remove
HA networks, while Neutron is also trying to remove the network - after
the HA router is removed.  This only applies to installations where
Neutron L3 HA is enabled (nosdn cases only).

JIRA: FUNCTEST-454

Change-Id: If06b6f6297e99dcce4b0f2aff8ec80b47488ee90
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit c7effe57d86f77e1d824b9c927d9e8ab70a59695)
utils/openstack_clean.py