Revert and obsolete the creators attribute feature introduced in 6.2.

This commit is contained in:
Olof hagsand 2024-01-15 14:34:52 +01:00
parent 465a5999fe
commit 88b60daa75
10 changed files with 16 additions and 534 deletions

View file

@ -51,12 +51,14 @@ module clixon-config {
revision 2024-01-01 {
description
"Released in Clixon 6.6";
"Makred as obsolete:
CLICON_NETCONF_CREATOR_ATTR
Released in Clixon 6.6";
}
revision 2023-11-01 {
description
"Added options:
CLICON_CREATOR_ATTR
CLICON_NETCONF_CREATOR_ATTR
Released in Clixon 6.5";
}
revision 2023-05-01 {
@ -596,7 +598,10 @@ module clixon-config {
If one such client/service is deleted, the object is deleted only if all services
that created the object are deleted.
The clixon controller uses this feature, but could in principle be used by other
applications.";
applications.
Marked as obsolete in 6.6 since creators attribute replaced by clixon-lib creators
config";
status obsolete;
}
leaf CLICON_RESTCONF_API_ROOT {
type string;

View file

@ -70,7 +70,7 @@ module clixon-lib {
revision 2024-01-01 {
description
"Moved container creators to grouping/uses
"Moved container creators to grouping/uses and removed config false
Released in 6.6.0";
}
revision 2023-11-01 {
@ -217,8 +217,7 @@ module clixon-lib {
}
grouping clixon-creators{
container creators{
config false;
description "Meta-data for creator attribute.";
description "Meta-data for creation of data objects.";
list creator {
key name;
leaf name {