moving the basic config section to inside the device section
diff --git a/xos/synchronizers/onos/steps/sync_onosapp.py b/xos/synchronizers/onos/steps/sync_onosapp.py
index 3a9abfc..1b1032c 100644
--- a/xos/synchronizers/onos/steps/sync_onosapp.py
+++ b/xos/synchronizers/onos/steps/sync_onosapp.py
@@ -272,10 +272,10 @@
             device = {
                 voltdev.openflow_id : {
                     "accessDevice" : access_devices,
-                    "accessAgent" : agent_config
-                },
-                "basic" : {
-                    "driver" : voltdev.driver
+                    "accessAgent" : agent_config,
+                    "basic" : {
+                        "driver" : voltdev.driver
+                    }
                 }
             }
             devices.append(device)