diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-12 17:40:47 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-09-13 06:31:55 +0000 |
commit | 822541bcba341226d043ddb08d8fa636cb70ab89 (patch) | |
tree | 54e5e81f950d4e34a60fd007beee5641f6a74ebe /infra | |
parent | 73bf0127b581ec06e294f45eb356c88aff3d99d3 (diff) |
Bump ports for RESTCONF to avoid ODL conflicts
Change-Id: Ibd7df6a3c841d6330c18c9b0a29ac2d85200ac48
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra')
-rw-r--r-- | infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json index 3791cc248..0c35c5262 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json @@ -9,10 +9,10 @@ "restconf-http-enabled": "true", "restconf-root-path": "/restconf", "restconf-binding-address": "127.0.0.1", - "restconf-port": 8181, + "restconf-port": 8183, "restconf-https-enabled": "true", "restconf-https-binding-address": "0.0.0.0", - "restconf-https-port": 8443, + "restconf-https-port": 8445, "restconf-keystore": "/honeycomb-keystore", "restconf-keystore-password": "OBF:1v9s1unr1unn1vv51zlk1t331vg91x1b1vgl1t331zly1vu51uob1uo71v8u", "restconf-keystore-manager-password": "OBF:1v9s1unr1unn1vv51zlk1t331vg91x1b1vgl1t331zly1vu51uob1uo71v8u", |