make security group rule ID mandatory in YANG model
[neutron.git] / model / src / main / yang / neutron-secgroups.yang
index 609b6fc53cee9afc90c2ecf022e5ac3b226e4b62..132d814dcece8e78e23813e24dec3c91e7fe0a83 100644 (file)
@@ -45,6 +45,7 @@ module neutron-secgroups {
         }
         leaf security-group-id {
             type yang:uuid;
+            mandatory true;
             description "The security group ID to associate with this security group rule.";
         }
         leaf remote-group-id {