From 1bf1b1edc33aa7a573561f0f43115df8b218ce88 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 2 Dec 2011 16:25:32 +0100 Subject: [PATCH] cosmetic --- sfa/client/sfi.py | 1 - sfa/server/sfa-start.py | 5 ----- 2 files changed, 6 deletions(-) diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py index 2314d403..cf4a4fe4 100755 --- a/sfa/client/sfi.py +++ b/sfa/client/sfi.py @@ -948,7 +948,6 @@ class Sfi: # show rspec for named slice def resources(self, opts, args): user_cred = self.get_user_cred().save_to_string(save_parents=True) - server = self.slicemgr server = self.server_proxy_from_opts(opts) options = {'call_id': unique_call_id()} diff --git a/sfa/server/sfa-start.py b/sfa/server/sfa-start.py index 4f72b678..8f6faf24 100755 --- a/sfa/server/sfa-start.py +++ b/sfa/server/sfa-start.py @@ -25,10 +25,6 @@ # TODO: Can all three servers use the same "registry" certificate? ## -# TCP ports for the three servers -#registry_port=12345 -#aggregate_port=12346 -#slicemgr_port=12347 ### xxx todo not in the config yet component_port=12346 import os, os.path @@ -46,7 +42,6 @@ from sfa.trust.hierarchy import Hierarchy from sfa.trust.gid import GID from sfa.server.sfaapi import SfaApi - from sfa.server.registry import Registries from sfa.server.aggregate import Aggregates -- 2.43.0