Remove image_pull_policy field

We are going to limit users who have admin privilege to access
this field. This commit removes this field from tempest test.

Change-Id: I02438b18c7bf852788f6842e0889acff9cc19ed7
This commit is contained in:
Hongbin Lu 2019-04-07 19:38:13 +00:00
parent e1d8cb3c73
commit f29ba9553c
2 changed files with 0 additions and 3 deletions

View File

@ -59,7 +59,6 @@ def container_data(default_data=None, **kwargs):
'environment': {},
'labels': {},
'image_driver': 'docker',
'image_pull_policy': 'always',
'restart_policy': {'Name': 'no'},
'workdir': '/',
'interactive': False,
@ -83,7 +82,6 @@ def container_data_legacy(default_data=None, **kwargs):
'environment': {},
'labels': {},
'image_driver': 'docker',
'image_pull_policy': 'always',
'restart_policy': {'Name': 'no'},
'workdir': '/',
'interactive': False,

View File

@ -82,7 +82,6 @@ class TestCapsule(base.BaseZunTest):
"ENV2": "/usr/bin"
},
"image": "ubuntu",
"imagePullPolicy": "ifnotpresent",
"ports": [
{
"containerPort": 80,