Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
Helium
-
None
-
None
-
Operating System: Linux
Platform: PC
-
1767
Description
I am connecting to Remote Netconf Device and trying to make changes in configuration using ODL.
My Netconf device does not expose schema so have added yang schemas in ODL local and connector xml file as yang module capability.
When I try to use below Restconf url getting some exceptions,
where m10schemanew is identifier for my device
Exception Stacktrace is attached in first issue.txt file
PUT method and
input:
<system>
<host-name>FooBar123</host-name>
</system>
exception stack trace : Added in attached first issue.txt file in second point
Even though both the above url used to work in older version of ODL.
Please help me out to resolve this issue.