X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fyang%2Frwcal.yang;h=9daefb106b44b703f86d22440164f4bb693c2796;hb=af56fd26335608dac8bdb1095f8a588277bdc8a1;hp=c04462fb295a496d29896c22fc5d1b7e80ab0597;hpb=07b439824b5eac4dc760ce56b52fbdcf5539db4c;p=osm%2FSO.git diff --git a/rwcal/plugins/yang/rwcal.yang b/rwcal/plugins/yang/rwcal.yang index c04462fb..9daefb10 100644 --- a/rwcal/plugins/yang/rwcal.yang +++ b/rwcal/plugins/yang/rwcal.yang @@ -247,6 +247,11 @@ module rwcal mandatory true; } + leaf region { + type string; + default "RegionOne"; + } + leaf admin { type boolean; default false; @@ -1014,7 +1019,7 @@ module rwcal } } - uses manotypes:custom-boot-data; + uses manotypes:supplemental-boot-data; list volumes { key "name"; @@ -1252,7 +1257,7 @@ module rwcal description "Console URL from the VIM, if available"; } - uses manotypes:custom-boot-data; + uses manotypes:supplemental-boot-data; list volumes { key "name"; @@ -1268,7 +1273,6 @@ module rwcal rwpb:field-string-max 64; type string; } - uses manotypes:custom-meta-data; } }