diff options
author | Helen Chen <helen.chen@huawei.com> | 2018-05-31 03:07:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-31 03:07:18 +0000 |
commit | 0a04ab4d20daf1ddcf17044ff3b90615f9ece3ba (patch) | |
tree | 163b64fd7bf992305cf23826154a2391ba35104f /deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env | |
parent | a928bba72b86e8edc66cce5640ba4b1d1d7b5bb2 (diff) | |
parent | 14d5f3438170ef4fba9260a0b52b15a95b39f59b (diff) |
Merge "Change default pull policy to IfNotPresent" into beijing
Diffstat (limited to 'deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env')
-rw-r--r-- | deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env b/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env index ec220dc58..fb9ad20bb 100644 --- a/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env +++ b/deployment/heat/onap-oom/env/tlab/ETE-OOM-Test.env @@ -15,7 +15,7 @@ parameters: integration_override_yaml: > global: repository: 192.168.31.204:5000 - pullPolicy: Always + pullPolicy: IfNotPresent robot: openStackKeyStoneUrl: "https://bdc1tlab01.research.att.com:5000" openStackPublicNetId: "__oam_network_id__" |