Add cleanup of openstack network ports in CI (#7201)
This commit is contained in:
parent
222a77dfe7
commit
f94182f77d
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ def main():
|
||||||
map_if_old(conn.network.delete_security_group,
|
map_if_old(conn.network.delete_security_group,
|
||||||
conn.network.security_groups())
|
conn.network.security_groups())
|
||||||
|
|
||||||
|
print('Ports...')
|
||||||
|
map_if_old(conn.network.delete_port,
|
||||||
|
conn.network.ports())
|
||||||
|
|
||||||
print('Subnets...')
|
print('Subnets...')
|
||||||
map_if_old(conn.network.delete_subnet,
|
map_if_old(conn.network.delete_subnet,
|
||||||
conn.network.subnets())
|
conn.network.subnets())
|
||||||
|
|
Loading…
Reference in a new issue