Change containers to list if string

delete_containers() expects containers should be list, but the method
is used for cleanup and it is easy to miss if a string value is passed
instead of list. This patch changes the method can cover a string case.

Change-Id: Ice9dafa5555e78dc68dc69e82acfd05b894492c1
1 file changed