Remove destroy reminent grouped containers

This was a provider specific command which can be
removed as it could remove unintended containers.

Change-Id: I179565f84fd8176cbcb79eacc8e63e0fef554223
This commit is contained in:
Antony Messerli 2018-08-06 14:54:59 -05:00
parent ca23f9a987
commit 368b9c0137
1 changed files with 0 additions and 4 deletions

View File

@ -76,7 +76,3 @@
failed_when: false
- name: Update apt-cache
command: apt-get update
- name: Search for and destroy reminent RPC grouped containers
shell: >-
lxc-ls -f | awk '/rpc/ {print $1}' | grep -v -e "neutron_agent" -e "ceph" | xargs -n 1 lxc-destroy -fn
failed_when: false