diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-10 13:45:19 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-05-10 13:45:19 -0700 |
commit | c6beaaf43b3e5d4eff0cd18f13dc6da2b3682483 (patch) | |
tree | bf2f999aff7f67049af1079510f93b72d13aa211 /deployment/heat/onap-oom/env/huawei | |
parent | 4db256fbea582a546c701c51c2148505adf2851a (diff) |
Change default pullPolicy to Always
Change-Id: I46e8bc9cbd46a42de34ccea82d29d7f95ed00b3d
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/env/huawei')
-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 18171f2fd..bc195e670 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: IfNotPresent + pullPolicy: Always robot: openStackKeyStoneUrl: "http://10.145.122.117:5000" openStackPublicNetId: "3a6247f1-fac6-4167-a49f-33cc8415ccf4" |