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/proxy.yml | |
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/proxy.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-odl-ha/openstack/proxy.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-ha/openstack/proxy.yml b/mcp/reclass/classes/cluster/mcp-odl-ha/openstack/proxy.yml index f0d4ecc37..ef67f3b15 100644 --- a/mcp/reclass/classes/cluster/mcp-odl-ha/openstack/proxy.yml +++ b/mcp/reclass/classes/cluster/mcp-odl-ha/openstack/proxy.yml @@ -21,8 +21,8 @@ parameters: check: false proxy: host: ${_param:opendaylight_service_host} - port: 8282 + port: ${_param:opendaylight_rest_port} protocol: http host: name: ${_param:nginx_proxy_openstack_api_host} - port: 8282 + port: ${_param:opendaylight_rest_port} |