diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-08-09 10:29:52 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-08-09 08:54:58 +0000 |
commit | 60b37b82244c5c296735026e3ac0a3f761281574 (patch) | |
tree | 76396ebf079b8c4c86d9f8f2c9f5def3c15a5d0c /infra/impl | |
parent | f12fa8e7ef244ad17fd5910ba6b55a515a4608de (diff) |
HONEYCOMB-136: Revert HC NETCONF binding port back to 2831
The reconfiguration is unstable and cannot be used
Change-Id: I1197fb19591d72b2441d226c032d3f4264cb2512
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra/impl')
-rw-r--r-- | infra/impl/src/main/config/netconf-north-config.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/infra/impl/src/main/config/netconf-north-config.xml b/infra/impl/src/main/config/netconf-north-config.xml index 8e6f17019..1a3e6a7ca 100644 --- a/infra/impl/src/main/config/netconf-north-config.xml +++ b/infra/impl/src/main/config/netconf-north-config.xml @@ -207,11 +207,9 @@ </aggregator> </module> - <!-- Change the port of global netconf north from 2830 to 2831, so that honeycomb netconf northbound can use 2830--> <module> <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">prefix:netconf-northbound-ssh</type> <name>netconf-mdsal-ssh-server</name> - <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">2831</port> </module> <module> @@ -220,7 +218,7 @@ </type> <name>netconf-honeycomb-ssh-server</name> - <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">2830</port> + <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh">2831</port> <event-executor xmlns="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:ssh"> <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty"> prefix:netty-event-executor |