错误添加节点到 odl-via-restconf/
error-adding-node-to-odl-via-restconf/
我正在尝试将 netconf-connector
添加到我的 Open Daylight Nitrogen 控制器中并不断遇到此错误:
">解析输入时出错:找不到名称空间 urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf" 的模块
我正在使用以下 URL 和以下指南中使用的架构通过邮递员应用程序发布休息:
有没有人遇到同样的问题,这是我正在关注的指南..
http://docs.opendaylight.org/en/stable-nitrogen/user-guide/netconf-user-guide.html
我在旧的 Open Daylight 论坛上发现了同样的问题,但没有人回答..
https://ask.opendaylight.org/question/28561/error-adding-node-to-odl-via-restconf/
谢谢,
西蒙
从报错信息来看,您尝试使用了controller-config环回机制。这种机制已被弃用,我相信已在 Nitrogen 中完全删除(不幸的是,文档没有更新以表明这一点)。无论哪种方式,您都应该使用 "Netconf-connector configuration with MD-SAL" 部分中概述的机制。
我正在尝试将 netconf-connector
添加到我的 Open Daylight Nitrogen 控制器中并不断遇到此错误:
">解析输入时出错:找不到名称空间 urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf" 的模块
我正在使用以下 URL 和以下指南中使用的架构通过邮递员应用程序发布休息:
有没有人遇到同样的问题,这是我正在关注的指南..
http://docs.opendaylight.org/en/stable-nitrogen/user-guide/netconf-user-guide.html
我在旧的 Open Daylight 论坛上发现了同样的问题,但没有人回答..
https://ask.opendaylight.org/question/28561/error-adding-node-to-odl-via-restconf/
谢谢, 西蒙
从报错信息来看,您尝试使用了controller-config环回机制。这种机制已被弃用,我相信已在 Nitrogen 中完全删除(不幸的是,文档没有更新以表明这一点)。无论哪种方式,您都应该使用 "Netconf-connector configuration with MD-SAL" 部分中概述的机制。