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-noha/opendaylight | |
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-noha/opendaylight')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml b/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml index 0b513f065..536ebfad7 100644 --- a/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml +++ b/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml @@ -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: 3g java_max_mem: 3g router_enabled: true |