Skip to content
Snippets Groups Projects
Unverified Commit f94182f7 authored by Maxime Guyot's avatar Maxime Guyot Committed by GitHub
Browse files

Add cleanup of openstack network ports in CI (#7201)

parent 222a77df
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,10 @@ def main():
map_if_old(conn.network.delete_security_group,
conn.network.security_groups())
print('Ports...')
map_if_old(conn.network.delete_port,
conn.network.ports())
print('Subnets...')
map_if_old(conn.network.delete_subnet,
conn.network.subnets())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment