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:29:22 -0800 |
commit | 2fcb592e1ad6c95136ea8607cd4053713dbe3920 (patch) | |
tree | d1b32ced9997832048c68cea7ad0f21edbea55c1 /deployment/heat/onap-oom/onap-oom.yaml | |
parent | 919bb88e881c1d90e9c5bedd69a3199bc340e851 (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 |