X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-inmemory-datastore%2Fsrc%2Fmain%2Fyang%2Fopendaylight-inmemory-datastore-provider.yang;h=fe6ee3234c31ec3e869a9344978a954c79451b6f;hp=5ffe4d60ca879c58e562557c1f4a78ce9638f7d6;hb=bb813bc67d165b02078e0d9aaa194d3232e170e5;hpb=876289dc4f25baffbf8ef92c7f1b507c4020aae1 diff --git a/opendaylight/md-sal/sal-inmemory-datastore/src/main/yang/opendaylight-inmemory-datastore-provider.yang b/opendaylight/md-sal/sal-inmemory-datastore/src/main/yang/opendaylight-inmemory-datastore-provider.yang index 5ffe4d60ca..fe6ee3234c 100644 --- a/opendaylight/md-sal/sal-inmemory-datastore/src/main/yang/opendaylight-inmemory-datastore-provider.yang +++ b/opendaylight/md-sal/sal-inmemory-datastore/src/main/yang/opendaylight-inmemory-datastore-provider.yang @@ -23,6 +23,7 @@ module opendaylight-inmemory-datastore-provider { base config:module-type; config:provided-service config-dom-store-spi:config-dom-datastore; config:java-name-prefix InMemoryConfigDataStoreProvider; + status deprecated; } // This is the definition of the service implementation as a module identity. @@ -31,6 +32,7 @@ module opendaylight-inmemory-datastore-provider { base config:module-type; config:provided-service operational-dom-store-spi:operational-dom-datastore; config:java-name-prefix InMemoryOperationalDataStoreProvider; + status deprecated; } grouping datastore-configuration {