aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/ansible/destroy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/noheat/infra-openstack/ansible/destroy.yml')
-rw-r--r--deployment/noheat/infra-openstack/ansible/destroy.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/destroy.yml b/deployment/noheat/infra-openstack/ansible/destroy.yml
index ca1455f5f..ff9d5fccf 100644
--- a/deployment/noheat/infra-openstack/ansible/destroy.yml
+++ b/deployment/noheat/infra-openstack/ansible/destroy.yml
@@ -4,10 +4,10 @@
connection: local
gather_facts: False
roles:
- - role: openstack/destroy_devstack_hosts
+ - role: destroy_hosts
hosts: "{{ cluster.hosts }}"
- - role: openstack/destroy_devstack_hosts
+ - role: destroy_hosts
hosts: "{{ operation.hosts }}"
- - openstack/destroy_devstack_keypair
- - openstack/destroy_devstack_network
- - openstack/destroy_devstack_securitygroup
+ - destroy_keypair
+ - destroy_network
+ - destroy_securitygroup