Merge " changes for REST API to make TZ specific parameters (transport zone name...
authorFaseela K <faseela.k@ericsson.com>
Tue, 4 Oct 2016 09:51:40 +0000 (09:51 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 4 Oct 2016 09:51:40 +0000 (09:51 +0000)
itm/itm-api/src/main/yang/itm.yang

index 80b408011bda958425d28ea976f68038a2e6c53f..4cb60da29b21e0873d364050de57ff60c36f4521 100644 (file)
@@ -33,11 +33,13 @@ module itm {
             key zone-name;
             leaf zone-name {
                 type string;
+                mandatory true;
             }
             leaf tunnel-type {
                 type identityref {
                     base odlif:tunnel-type-base;
                 }
+                mandatory true;
             }
 
             list subnets {