Remove misleading identifier check 78/104378/2
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Mon, 13 Feb 2023 10:08:35 +0000 (11:08 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 28 Feb 2023 11:25:44 +0000 (11:25 +0000)
commit98593c38f178297c00afed2cc03dce02aa95b6ab
tree1c5cbf461ba3f8ac18c38a36abd539832b33966c
parentaf9b71c6837f46cfa324f59467750648ecfa34d3
Remove misleading identifier check

Check for presence of mount prefix in request for operation
is misleading. Its fully legal to ask for particular operation
on controller or device.

Remove this check which allows us to invoke requests for particular
operation on controller.

For now the request gives us all operations available on
controller/device and that will be fixed as part of NETCONF-928.

JIRA: NETCONF-929
Change-Id: Ia45ec624640b7b75416071f7675088c2bdab3091
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
restconf/restconf-nb/src/main/java/org/opendaylight/restconf/nb/rfc8040/rests/services/impl/RestconfOperationsServiceImpl.java