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/tlab/EXTONAP_DEV.env | |
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/tlab/EXTONAP_DEV.env')
-rw-r--r-- | deployment/heat/onap-oom/env/tlab/EXTONAP_DEV.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/env/tlab/EXTONAP_DEV.env b/deployment/heat/onap-oom/env/tlab/EXTONAP_DEV.env index d0beefaa1..e94170e3c 100644 --- a/deployment/heat/onap-oom/env/tlab/EXTONAP_DEV.env +++ b/deployment/heat/onap-oom/env/tlab/EXTONAP_DEV.env @@ -15,7 +15,7 @@ parameters: integration_override_yaml: > global: repository: 192.168.31.204:5000 - pullPolicy: IfNotPresent + pullPolicy: Always robot: openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000" openStackPublicNetId: "fbe8fd92-6636-4e63-ab28-bb6a5b0888a9" |