Bug 1231 - fix of broken tests in sal-rest-connector
[controller.git] / opendaylight / md-sal / model / model-inventory / src / main / yang / opendaylight-inventory-config.yang
1 module opendaylight-inventory-config {
2     namespace "urn:opendaylight:inventory:config";
3     prefix inv-config;
4
5     import yang-ext {prefix ext; revision-date "2013-07-09";}
6     import opendaylight-inventory {prefix inv; revision-date "2013-08-19";}
7
8
9     revision "2013-08-19" {
10         description "Initial revision of Inventory model";
11     }
12     /** Base structure **/
13     container nodes {
14         list node {
15             key "id";
16             ext:context-instance "node-context";
17
18             uses inv:node;
19         }
20     }    
21 }