commit | 3feb55371e6857217742105a61c036606dc6ea38 | [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 | d9a98bc23e86a254d21188705676cc853be30b98 | |
parent | e77add7fe4547c200198a2667a281b3affd6230d [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 : {