[ONOS-7553] Support injecting physical interfaces to openstack node

Change-Id: I5d746e9b4fa6015dbaec90d27ea7e1a7fa105e31
diff --git a/apps/openstacknode/network-cfg.json b/apps/openstacknode/network-cfg.json
index a9918d9..f22216e 100644
--- a/apps/openstacknode/network-cfg.json
+++ b/apps/openstacknode/network-cfg.json
@@ -9,7 +9,17 @@
                                 "managementIp" : "172.16.130.4",
                                 "dataIp" : "172.16.130.4",
                                 "vlanPort" : "eth2",
-                                "integrationBridge" : "of:00000000000000a1"
+                                "integrationBridge" : "of:00000000000000a1",
+                                "phyIntfs": [
+                                      {
+                                          "network": "mgmtnetwork",
+                                          "intf": "eth3"
+                                      },
+                                      {
+                                          "network": "oamnetwork",
+                                          "intf": "eth4"
+                                      }
+                                ]
                         },
                         {
                                 "hostname" : "compute-02",
@@ -17,7 +27,17 @@
                                 "managementIp" : "172.16.130.6",
                                 "dataIp" : "172.16.130.6",
                                 "vlanPort" : "eth2",
-                                "integrationBridge" : "of:00000000000000a2"
+                                "integrationBridge" : "of:00000000000000a2",
+                                "phyIntfs": [
+                                      {
+                                        "network": "mgmtnetwork",
+                                        "intf": "eth3"
+                                      },
+                                      {
+                                        "network": "oamnetwork",
+                                        "intf": "eth4"
+                                      }
+                                ]
                         },
                         {
                                 "hostname" : "gateway-01",