mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Fix order of OS CI cleanup (#6714)
This commit is contained in:
@@ -34,14 +34,14 @@ def main():
|
|||||||
|
|
||||||
conn = openstack.connect()
|
conn = openstack.connect()
|
||||||
|
|
||||||
print('Security groups...')
|
|
||||||
map_if_old(conn.network.delete_security_group,
|
|
||||||
conn.network.security_groups())
|
|
||||||
|
|
||||||
print('Servers...')
|
print('Servers...')
|
||||||
map_if_old(conn.compute.delete_server,
|
map_if_old(conn.compute.delete_server,
|
||||||
conn.compute.servers())
|
conn.compute.servers())
|
||||||
|
|
||||||
|
print('Security groups...')
|
||||||
|
map_if_old(conn.network.delete_security_group,
|
||||||
|
conn.network.security_groups())
|
||||||
|
|
||||||
print('Subnets...')
|
print('Subnets...')
|
||||||
map_if_old(conn.network.delete_subnet,
|
map_if_old(conn.network.delete_subnet,
|
||||||
conn.network.subnets())
|
conn.network.subnets())
|
||||||
|
|||||||
Reference in New Issue
Block a user