Disabled key-value datastore; Removed mandatory requirements for BACKEND, NETCONF, RESTCONF and CLI dirs

This commit is contained in:
Olof hagsand 2017-11-19 18:04:23 +01:00
parent 13377da34e
commit 548ffd2da6
21 changed files with 64 additions and 55 deletions

View file

@ -89,18 +89,15 @@
}
leaf CLICON_BACKEND_DIR {
type string;
mandatory true;
description "Location of backend .so plugins. Load all .so
plugins in this dir as backend plugins";
}
leaf CLICON_NETCONF_DIR {
type string;
mandatory true;
description "Location of netconf (frontend) .so plugins";
}
leaf CLICON_RESTCONF_DIR {
type string;
mandatory true;
description "Location of restconf (frontend) .so plugins. Load all .so
plugins in this dir as restconf code plugins";
}
@ -112,7 +109,6 @@
}
leaf CLICON_CLI_DIR {
type string;
mandatory true;
description "Location of cli frontend .so plugins. Load all .so
plugins in this dir as CLI object plugins";
}