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/openstack/init.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/openstack/init.yml.j2')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-odl-ha/openstack/init.yml.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-ha/openstack/init.yml.j2 b/mcp/reclass/classes/cluster/mcp-odl-ha/openstack/init.yml.j2 index 43779e927..6301e737a 100644 --- a/mcp/reclass/classes/cluster/mcp-odl-ha/openstack/init.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-odl-ha/openstack/init.yml.j2 @@ -12,6 +12,7 @@ parameters: _param: # opendaylight options opendaylight_service_host: ${_param:opendaylight_server_node01_single_address} + opendaylight_rest_port: 8282 neutron_tenant_network_types: "flat,vxlan" {%- if conf.MCP_VCP %} |