Fixed example network-cfg.json files for SONA applications

Change-Id: I49f30a22a5a9e7579ecb432b375ccaffd5bc71ce
diff --git a/apps/openstackinterface/network-cfg.json b/apps/openstackinterface/network-cfg.json
index c177e59..a78794e 100644
--- a/apps/openstackinterface/network-cfg.json
+++ b/apps/openstackinterface/network-cfg.json
@@ -4,26 +4,9 @@
             "openstackinterface" : {
                  "neutron_server" : "http://10.40.101.209:9696/v2.0/",
                  "keystone_server" : "http://10.40.101.209:5000/v2.0/",
-		 "user_name" : "admin",
+                 "user_name" : "admin",
                  "password" : "nova"
              }
          }
-    },
-    "devices" : {
-        "of:0000000000000001" : {
-            "basic" : {
-                "driver" : "sona"
-            }
-        },
-        "of:0000000000000002" : {
-            "basic" : {
-                "driver" : "sona"
-            }
-        },
-        "of:0000000000000003" : {
-            "basic" : {
-                "driver" : "sona"
-            }
-        }
     }
 }