Updated SAL Flow Models
[controller.git] / opendaylight / sal / yang-prototype / sal / model / model-inventory / src / main / yang / opendaylight-inventory.yang
index 9f2590b181834ddca0b510e9d5df508c3b2f6100..fa9de4afa0f04034a6ae850842ddd3864bf0eada 100644 (file)
@@ -27,7 +27,10 @@ module opendaylight-inventory {
                 type node-id;
             }
             list node-connector {
-                type node-connector-id;
+                key "id";
+                leaf id {
+                    type node-connector-id;
+                }
             }
         }
     }