Bug 4577 Allow specification of a distinct schema cache directory per netconf device
[controller.git] / opendaylight / md-sal / sal-netconf-connector / src / main / yang / odl-sal-netconf-connector-cfg.yang
index 799c9c89995d414b410f1aa1ad02f4a4b4756e80..dab02c72c33717a074967036ed15bd2b6bf01d7a 100644 (file)
@@ -58,6 +58,13 @@ module odl-sal-netconf-connector-cfg {
                 type string;
             }
 
+            leaf schema-cache-directory {
+                type string;
+                default "schema";
+                description "The destination schema repository for yang files relative to the cache directory.  This may be specified per netconf mount
+                             so that the loaded yang files are stored to a distinct directory to avoid potential conflict.";
+            }
+
             container yang-module-capabilities {
                 leaf-list capability {
                     type string;