Bug 4577 Allow specification of a distinct schema cache directory per netconf device 63/30163/13
authorRyan Goulding <ryandgoulding@gmail.com>
Wed, 6 Jan 2016 17:09:36 +0000 (12:09 -0500)
committerRyan Goulding <ryandgoulding@gmail.com>
Wed, 6 Jan 2016 19:20:11 +0000 (14:20 -0500)
commit9d92ef8bd4e1faacdd91dda82e7b702b0efde8fc
treeddff71211308939a5762242d17e5a9cca3966b50
parent3dfed2bccefc8d6b3be55a201cb2023bb79200f9
Bug 4577 Allow specification of a distinct schema cache directory per netconf device

A leaf is added to odl-sal-netconf-connector-cfg.yang to allow specification of
a schema cache directory relative to the "cache" directory.  The leaf defaults to
"schema", so the default directory for loaded yang files is "cache/schema".  It
is useful to specify a distinct cache directory per netconf mount to avoid potential
model conflicts.

Change-Id: Ie0c6b653d698c91a443d1b1831306da51bffbf8a
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/config/yang/md/sal/connector/netconf/NetconfConnectorModule.java
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/config/yang/md/sal/connector/netconf/NetconfConnectorModuleFactory.java
opendaylight/md-sal/sal-netconf-connector/src/main/yang/odl-sal-netconf-connector-cfg.yang