Bug 5510 - making sure that br-int is created
[groupbasedpolicy.git] / neutron-ovsdb / src / main / yang / neutron-ovsdb-impl.yang
index dda939db0c2cc016f467c8921838a54db8055b3d..5f3e3052cef31f426b15609355365bdeb40e9287 100644 (file)
@@ -47,6 +47,22 @@ module neutron-ovsdb-impl {
                 }
             }
 
+            container integration-bridge-setting {
+                leaf name {
+                    mandatory true;
+                    type string;
+                }
+                leaf openflow-port {
+                    mandatory true;
+                    type uint16;
+                }
+                leaf openflow-protocol {
+                    mandatory true;
+                    type string {
+                        pattern "^tcp$|^udp$";
+                   }
+                }
+            }
         }
     }
 }