commit | 34756cf414b13aeceb041df4643523a8ef8e7eaf | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue May 31 20:32:02 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue May 31 20:32:02 2016 -0700 |
tree | d689aace23e8fbb53e8da051795ab0934617d5af | |
parent | 94b454f450d8ec6d0bf858556bab3056e2c76b88 [diff] |
add comma
diff --git a/xos/synchronizers/onos/steps/sync_onosapp.py b/xos/synchronizers/onos/steps/sync_onosapp.py index 5ba1001..5ed77ae 100644 --- a/xos/synchronizers/onos/steps/sync_onosapp.py +++ b/xos/synchronizers/onos/steps/sync_onosapp.py
@@ -265,9 +265,9 @@ for port_mapping in agent.access_devices.objects.all(): olts[port_mapping.port] = port_mapping.mac agent_config = { - "olts" : olts + "olts" : olts, "mac" : agent.mac - } + } device = { voltdev.openflow_id : {