diff options
author | 2018-05-30 16:53:57 -0700 | |
---|---|---|
committer | 2018-05-30 23:54:37 +0000 | |
commit | 14d5f3438170ef4fba9260a0b52b15a95b39f59b (patch) | |
tree | ef3c7fa41d8f4f7f13a36b3573ddeee6c219a5ef /deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env | |
parent | 603039d72995e36a7a366855fa714d2634e0a3ed (diff) |
Change default pull policy to IfNotPresent
Change-Id: I4d5769a49b0c9d875f6fd18b419ea0ae2ad4dc1e
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env')
-rw-r--r-- | deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env b/deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env index 4cdd16c54..f50d85a31 100644 --- a/deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env +++ b/deployment/heat/onap-oom/env/huawei/onap-beijing-oom.env @@ -15,7 +15,7 @@ parameters: integration_override_yaml: > global: repository: 10.145.122.118:5000 - pullPolicy: Always + pullPolicy: IfNotPresent robot: openStackKeyStoneUrl: "http://10.145.122.117:5000" openStackPublicNetId: "3a6247f1-fac6-4167-a49f-33cc8415ccf4" |