Get rid of dockerctl command run on snapshot

dockerctl utility is deprecated together with
docker usage, so we can freely remove this
report from snapshotting

Change-Id: I89c833e68bdb4172ae3af09f3e0efa3abbb57537
Partial-bug: #1552737
This commit is contained in:
Sergey Kulanov 2016-03-25 13:50:16 +02:00
parent 22a60afa45
commit 8e5873da76
1 changed files with 0 additions and 3 deletions

View File

@ -834,9 +834,6 @@ DUMP:
- type: command
command: rpm -qa
to_file: centos_installed_rpms.txt
- type: command
command: "for c in $(dockerctl list); do echo Container: ${c}; dockerctl shell ${c} rpm -qa; done;"
to_file: centos_containers_installed_rpms.txt
- type: command
command: yum repolist
to_file: centos_repo_list.txt