21 lines
409 B
Plaintext
21 lines
409 B
Plaintext
|
modules = [
|
||
|
{
|
||
|
name = "inventory"
|
||
|
namespace = "urn:opendaylight:inventory"
|
||
|
shard-strategy = "module"
|
||
|
},
|
||
|
|
||
|
{
|
||
|
name = "topology"
|
||
|
namespace = "urn:TBD:params:xml:ns:yang:network-topology"
|
||
|
shard-strategy = "module"
|
||
|
},
|
||
|
|
||
|
{
|
||
|
name = "toaster"
|
||
|
namespace = "http://netconfcentral.org/ns/toaster"
|
||
|
shard-strategy = "module"
|
||
|
}
|
||
|
|
||
|
]
|