X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fclient%2Fsfascan.py;fp=sfa%2Fclient%2Fsfascan.py;h=8869ae59869223f8d949d6d01e91f9fe94780fae;hb=713d58df0baa1f9739eec9bfa30ceb41d7149e23;hp=ce9717c399c3e1d2a157566be5b1a75ad0b08a7f;hpb=eb68b75aab46df9b87b755e6b179402e98fc164f;p=sfa.git diff --git a/sfa/client/sfascan.py b/sfa/client/sfascan.py index ce9717c3..8869ae59 100644 --- a/sfa/client/sfascan.py +++ b/sfa/client/sfascan.py @@ -224,9 +224,9 @@ class Interface: # default is for when we can't determine the type of the service # typically the server is down, or we can't authenticate, or it's too old # code - shapes = {"registry": "diamond", "slicemgr": "ellipse", + shapes = {"registry": "diamond", "aggregate": "box", 'default': 'plaintext'} - abbrevs = {"registry": "REG", "slicemgr": "SA", + abbrevs = {"registry": "REG", "aggregate": "AM", 'default': '[unknown interface]'} # return a dictionary that translates into the node's attr @@ -265,8 +265,8 @@ class Interface: shape = Interface.shapes['default'] layout['shape'] = shape # fill color to outline wrongly configured or unreachable bodies - # as of sfa-2.0 registry doesn't have 'sfa' not 'geni_api', but have peers - # slicemgr and aggregate have 'geni_api' and 'sfa' + # as of sfa-2.0 registry doesn't have 'sfa' not 'geni_api', + # but have peer aggregates have 'geni_api' and 'sfa' if 'geni_api' not in version and 'peers' not in version: layout['style'] = 'filled' layout['fillcolor'] = 'gray'