diff options
author | Helen Chen <helen.chen@huawei.com> | 2018-05-31 03:06:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-31 03:06:57 +0000 |
commit | 78813762c152819ede386c92002222a59014f190 (patch) | |
tree | 3756257638b4b4bc3ea1cb7dfdfdbdcdee695694 /deployment/heat/onap-oom/env/gwu/onap.env | |
parent | 54dac21af8c722b2c2dc7c9b714aae3a034f1651 (diff) | |
parent | 5d800f06eea2e572009294d8610220b1024d27f1 (diff) |
Merge "Change default pull policy to IfNotPresent"
Diffstat (limited to 'deployment/heat/onap-oom/env/gwu/onap.env')
-rw-r--r-- | deployment/heat/onap-oom/env/gwu/onap.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/env/gwu/onap.env b/deployment/heat/onap-oom/env/gwu/onap.env index 2b10306f5..efc263e07 100644 --- a/deployment/heat/onap-oom/env/gwu/onap.env +++ b/deployment/heat/onap-oom/env/gwu/onap.env @@ -15,7 +15,7 @@ parameters: integration_override_yaml: > global: repository: 192.168.1.51:5000 - pullPolicy: Always + pullPolicy: IfNotPresent robot: openStackKeyStoneUrl: "http://192.168.1.11:5000" openStackPublicNetId: "024582bd-ef9b-48b9-9e70-e6732559d9df" |