diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-07-18 14:49:22 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-07-18 14:52:12 +0400 |
commit | 4b730526068cc56e714827143fda236dae1ae37c (patch) | |
tree | 6995fc379e98dbb20e03ef49f74738f879beaa37 /mcp/reclass/classes/cluster/mcp-odl-ha/opendaylight/control.yml.j2 | |
parent | bd267864cf74da908379dedc378600501149477d (diff) |
Set OpenDaylight REST port in openrc
JIRA: FUEL-380
Change-Id: I16039f6a0397f761e4cfa58be4cd45fd0beab925
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-odl-ha/opendaylight/control.yml.j2')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-odl-ha/opendaylight/control.yml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-ha/opendaylight/control.yml.j2 b/mcp/reclass/classes/cluster/mcp-odl-ha/opendaylight/control.yml.j2 index a6027e08a..685cd9ec1 100644 --- a/mcp/reclass/classes/cluster/mcp-odl-ha/opendaylight/control.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-odl-ha/opendaylight/control.yml.j2 @@ -18,7 +18,7 @@ parameters: opendaylight: server: odl_bind_ip: ${_param:single_address} - odl_rest_port: 8282 + odl_rest_port: ${_param:opendaylight_rest_port} java_min_mem: 6g java_max_mem: 6g router_enabled: true |