Don't force delete containers

Change-Id: Ibf458d27ce3f1d5464f00c7fd7a592628641f24c
This commit is contained in:
Hongbin Lu 2018-09-08 19:51:10 +00:00
parent 37a5de6930
commit 731d2e6f3f

View File

@ -76,7 +76,7 @@ class TestContainer(base.BaseZunTest):
# we have to be admin to do this action.
self.os_admin.container_client.delete_container(
c['uuid'],
params={'force': True, 'all_projects': True})
params={'stop': True, 'all_projects': True})
self.container_client.ensure_container_deleted(c['uuid'])
# cleanup the network resources