X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fyang%2Frwcal.yang;h=531875021532a325e077b03fa6271c14a515a81b;hb=af804410b4063fe28658e38d23e3108b1d88a799;hp=2e768f9dc3b9e036185c360032d8e54dcd642839;hpb=d748ab1836d94ebe1273b1910954be3b2a2b4486;p=osm%2FSO.git diff --git a/rwcal/plugins/yang/rwcal.yang b/rwcal/plugins/yang/rwcal.yang index 2e768f9d..53187502 100644 --- a/rwcal/plugins/yang/rwcal.yang +++ b/rwcal/plugins/yang/rwcal.yang @@ -231,6 +231,17 @@ module rwcal mandatory true; } + leaf user-domain { + type string; + default "Default"; + description "Domain of the OpenStack user"; + } + leaf project-domain { + type string; + default "Default"; + description "Domain of the OpenStack project"; + } + leaf tenant { type string; mandatory true; @@ -971,6 +982,10 @@ module rwcal description "Name of the security group"; type string; } + leaf port-security-enabled { + description "Enables the port security"; + type boolean; + } uses connection-point-type; } @@ -999,6 +1014,8 @@ module rwcal } } + uses manotypes:supplemental-boot-data; + list volumes { key "name"; @@ -1048,6 +1065,10 @@ module rwcal type boolean; default false; } + leaf port-security-enabled { + description "Enables the port security"; + type boolean; + } uses connection-point-type; } @@ -1231,6 +1252,8 @@ module rwcal description "Console URL from the VIM, if available"; } + uses manotypes:supplemental-boot-data; + list volumes { key "name"; @@ -1245,7 +1268,7 @@ module rwcal rwpb:field-string-max 64; type string; } - + uses manotypes:custom-meta-data; } }