X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmanagers%2Faggregate_manager_openflow.py;h=a745b6ea9b71d279b82ce114e061aabc27b027cf;hb=3d7237fa0b5f2b4a60cb97c7fb3b6aecfd94558a;hp=df1cf78531855b15e9d1a44b508d4f28edebb28b;hpb=c6808303b7564ed7ba3bc888c4f6e56167a83e2a;p=sfa.git diff --git a/sfa/managers/aggregate_manager_openflow.py b/sfa/managers/aggregate_manager_openflow.py index df1cf785..a745b6ea 100755 --- a/sfa/managers/aggregate_manager_openflow.py +++ b/sfa/managers/aggregate_manager_openflow.py @@ -1,5 +1,5 @@ from sfa.util.faults import * -from sfa.util.misc import * +from sfa.util.namespace import * from sfa.util.rspec import RSpec from sfa.server.registry import Registries from sfa.util.config import Config @@ -14,7 +14,7 @@ import sys import socket import struct -# Message IDs for all the GENI light calls +# Message IDs for all the SFA light calls # This will be used by the aggrMgr controller SFA_GET_RESOURCES = 101 SFA_CREATE_SLICE = 102