diff options
author | Marco Platania <platania@research.att.com> | 2017-04-24 13:28:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-04-24 13:28:24 +0000 |
commit | 2f7ec2d2824d7fbd7031bca581d45ad76951656d (patch) | |
tree | 2551357164a8e4be2671b6196ed6298848e7cf84 /tutorials/CreateAppcNetconfMount/netconf-mount-template.xml | |
parent | 7270048fdaa4409349b4ee0c4775dfecd544de1f (diff) | |
parent | c3a4487d5ed784cfd1a30fd843c0589e9d047426 (diff) |
Merge "fixed netconf port; fixed delete dg"
Diffstat (limited to 'tutorials/CreateAppcNetconfMount/netconf-mount-template.xml')
-rw-r--r-- | tutorials/CreateAppcNetconfMount/netconf-mount-template.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml b/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml index 4a7ca685..1b2eb968 100644 --- a/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml +++ b/tutorials/CreateAppcNetconfMount/netconf-mount-template.xml @@ -1,7 +1,7 @@ <node xmlns="urn:TBD:params:xml:ns:yang:network-topology"> <node-id>${prop.vpg_hostname}</node-id> <host xmlns="urn:opendaylight:netconf-node-topology">${prop.vpg_ipaddress}</host> - <port xmlns="urn:opendaylight:netconf-node-topology">2883</port> + <port xmlns="urn:opendaylight:netconf-node-topology">2831</port> <username xmlns="urn:opendaylight:netconf-node-topology">admin</username> <password xmlns="urn:opendaylight:netconf-node-topology">admin</password> <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only> @@ -12,5 +12,5 @@ <between-attempts-timeout-millis xmlns="urn:opendaylight:netconf-node-topology">2000</between-attempts-timeout-millis> <sleep-factor xmlns="urn:opendaylight:netconf-node-topology">1.5</sleep-factor> <!-- keepalive-delay set to 0 turns off keepalives--> - <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">120</keepalive-delay> + <keepalive-delay xmlns="urn:opendaylight:netconf-node-topology">125</keepalive-delay> </node> |