move logical switch deletion after edge delete
Change-Id: I60627bfc0d5140c05fefbda35c2379fbd32895b2
This commit is contained in:
parent
babdde9951
commit
572a39574d
@ -304,11 +304,11 @@ class VSMClient(object):
|
||||
print "ERROR: reponse status code %s" % response.status_code
|
||||
|
||||
def cleanup_all(self):
|
||||
self.cleanup_logical_switch()
|
||||
self.cleanup_firewall_section()
|
||||
self.cleanup_security_group()
|
||||
self.cleanup_spoofguard_policies()
|
||||
self.cleanup_edge()
|
||||
self.cleanup_logical_switch()
|
||||
|
||||
|
||||
def ceil(a, b):
|
||||
|
Loading…
x
Reference in New Issue
Block a user