diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-07-19 15:37:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-19 15:37:19 +0000 |
commit | d76ded2f4226bb035e773df013e4fbbcce1067cb (patch) | |
tree | ae561cc50521ad59650cc2ffb497abe5bfc1f6c3 /mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml | |
parent | 80f61ab367b0b5fa6521f7988f9340e83070a98b (diff) | |
parent | 4b730526068cc56e714827143fda236dae1ae37c (diff) |
Merge "Set OpenDaylight REST port in openrc"
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml')
-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 |