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:
parent
e1d8cb3c73
commit
f29ba9553c
@ -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,
|
||||
|
@ -82,7 +82,6 @@ class TestCapsule(base.BaseZunTest):
|
||||
"ENV2": "/usr/bin"
|
||||
},
|
||||
"image": "ubuntu",
|
||||
"imagePullPolicy": "ifnotpresent",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 80,
|
||||
|
Loading…
Reference in New Issue
Block a user