diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-20 10:29:22 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-11-20 10:36:04 -0800 |
commit | 6842fa3a7e7fca4bfc4f6492d26035320f3c7f61 (patch) | |
tree | 57b15b1c3c18fb6f0534bf7bdf1f0ec189944320 /deployment/heat/onap-oom/onap-oom.yaml | |
parent | 6089a84a8dbf21f2a1fd6f10ed166c8d22b590d7 (diff) |
Make gerrit_refspec parameters optional
Change-Id: If3dbd009d59f75d9b9f9556c5ece32a40890a383
Issue-ID: INT-584
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/onap-oom.yaml')
-rw-r--r-- | deployment/heat/onap-oom/onap-oom.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/heat/onap-oom/onap-oom.yaml b/deployment/heat/onap-oom/onap-oom.yaml index e6845cc52..44b23e4e7 100644 --- a/deployment/heat/onap-oom/onap-oom.yaml +++ b/deployment/heat/onap-oom/onap-oom.yaml @@ -49,7 +49,7 @@ parameters: integration_gerrit_refspec: type: string - default: "refs/heads/master" + default: "" oom_gerrit_branch: type: string @@ -57,7 +57,7 @@ parameters: oom_gerrit_refspec: type: string - default: "refs/heads/master" + default: "" docker_manifest: type: string |