Maxime Guyot
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
scripts/openstack-cleanup/main.py
|
|
@ -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()) |
|
|
|