From: Tony Tkacik Date: Thu, 19 Mar 2015 21:16:38 +0000 (+0000) Subject: Merge "Fix modules Restconf call for mounted devices" X-Git-Tag: release/lithium~371 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=e631dc96f0461b2270377dc072b9f969a875667a;hp=79501c28d5f3e179cb67390fb160a63fc44bac8f Merge "Fix modules Restconf call for mounted devices" --- diff --git a/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestconfImpl.java b/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestconfImpl.java index d912af20fe..1bdbe6b663 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestconfImpl.java +++ b/opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestconfImpl.java @@ -246,7 +246,7 @@ public class RestconfImpl implements RestconfService { moduleContainerBuilder.withChild(mountPointModulesMap); return new NormalizedNodeContext(new InstanceIdentifierContext(null, modulesSchemaNode, - mountPoint, schemaContext), moduleContainerBuilder.build()); + mountPoint, controllerContext.getGlobalSchema()), moduleContainerBuilder.build()); } @Override