Created sal-clustering-commons and moved
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / odl-datastore-augmentation.yang
1 module odl-datastore-augmentation {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:store:aug";
4     prefix "store-aug";
5
6     import odl-datastore-test {prefix test;revision-date "2014-03-13";}
7
8     revision "2014-03-13" {
9         description "Initial revision.";
10     }
11
12
13     augment "/test:test/test:augmented-list" {
14         container cont {
15             leaf name {
16                 type string;
17             }
18         }
19     }
20
21 }