Don't force delete containers
Change-Id: Ibf458d27ce3f1d5464f00c7fd7a592628641f24c
This commit is contained in:
parent
37a5de6930
commit
731d2e6f3f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user