Merge "Cleanup the Browbeat workload vms after Install."

This commit is contained in:
Zuul 2018-01-19 12:24:19 +00:00 committed by Gerrit Code Review
commit d07f89d328
1 changed files with 6 additions and 0 deletions

View File

@ -29,3 +29,9 @@
- name: Update visibility
shell: source {{ overcloudrc }} ; openstack image set {{ browbeat_workloads[item].name }} --public
with_items: "{{ browbeat_workloads }}"
- name: Delete workload guests after copying
shell: |
. {{ overcloudrc }}
openstack server delete {{browbeat_workloads[item].name}}
with_items: "{{browbeat_workloads}}"