diff options
author | Feng Pan <fpan@redhat.com> | 2017-04-20 15:56:23 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-04-24 08:46:18 +0000 |
commit | a789a040563bb27e591bea0c7ab504d379a4825c (patch) | |
tree | 9d630c5e954ebb2141de833f9031df7a9b8b41d3 | |
parent | a9b8980b5b933d1b09134ff1ab2d7601d76c40c2 (diff) |
Remove extra leaf in VPP mounting data
Change-Id: Iddaf5305197c4e17c80b81dd9a4a03b8cd111afb
Signed-off-by: Feng Pan <fpan@redhat.com>
-rw-r--r-- | manifests/honeycomb.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/honeycomb.pp b/manifests/honeycomb.pp index e517e51..6ea88b5 100644 --- a/manifests/honeycomb.pp +++ b/manifests/honeycomb.pp @@ -82,7 +82,7 @@ class fdio::honeycomb ( if !empty($opendaylight_ip) { validate_ip_address($opendaylight_ip) $odl_url = "http://${opendaylight_ip}:${opendaylight_port}" - $fdio_data = "{'node' : [{'node-id':'${node_id}','netconf-node-topology:host':'${bind_ip}','netconf-node-topology:port':'2831','netconf-node-topology:tcp-only':false,'netconf-node-topology:keepalive-delay':0,'netconf-node-topology:username':'${opendaylight_username}','netconf-node-topology:password':'${opendaylight_password}','netconf-node-topology:connection-timeout-millis':10000,'netconf-node-topology:default-request-timeout-millis':10000,'netconf-node-topology:max-connection-attempts':10,'netconf-node-topology:between-attempts-timeout-millis':10000,'netconf-node-topology:schema-cache-directory':'hcmount'}]}" + $fdio_data = "{'node' : [{'node-id':'${node_id}','netconf-node-topology:host':'${bind_ip}','netconf-node-topology:port':'2831','netconf-node-topology:tcp-only':false,'netconf-node-topology:keepalive-delay':0,'netconf-node-topology:username':'${opendaylight_username}','netconf-node-topology:password':'${opendaylight_password}','netconf-node-topology:connection-timeout-millis':10000,'netconf-node-topology:default-request-timeout-millis':10000,'netconf-node-topology:max-connection-attempts':10,'netconf-node-topology:between-attempts-timeout-millis':10000}]}" $fdio_url = "${odl_url}/restconf/config/network-topology:network-topology/network-topology:topology/topology-netconf/node/${node_id}" $oper_mount_url = "${odl_url}/restconf/operational/renderer:renderers" |