commit | 78b79e781a2dc12f61250d96c0649320ebc8638a | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Sat May 09 18:16:24 2015 +0200 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Sat May 09 18:16:24 2015 +0200 |
tree | efdf662a2e323bc14f863fb0993033143a6690f5 | |
parent | 06b1a885d9b75699b56077bb0d5bd822b1421d67 [diff] [blame] |
Switched network deletion over to Ansible
diff --git a/xos/openstack_observer/steps/sync_controller_networks.yaml b/xos/openstack_observer/steps/sync_controller_networks.yaml index 8f0d4c1..6754c47 100644 --- a/xos/openstack_observer/steps/sync_controller_networks.yaml +++ b/xos/openstack_observer/steps/sync_controller_networks.yaml
@@ -15,6 +15,7 @@ state=present {% endif %} shared=true + {% if not delete %} - quantum_subnet: auth_url={{ endpoint }} login_username={{ admin_user }} @@ -30,3 +31,4 @@ no_gateway=true cidr={{ cidr }} {% endif %} + {% endif %}