X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=geni%2Faggregate.py;h=3fb3566baba0571576942528b893986361415481;hb=40d1ec3491309643f6828cdac97413db6cbc7965;hp=add34447e95ddbf6ec734b8ffe62ecbde55cc5a0;hpb=0c7d4e1849a7c2fe235bad1318da7e5e8bbb70e1;p=sfa.git diff --git a/geni/aggregate.py b/geni/aggregate.py index add34447..3fb3566b 100644 --- a/geni/aggregate.py +++ b/geni/aggregate.py @@ -100,7 +100,7 @@ class Aggregates(dict): # set up a connection to the local registry # connect to registry using GeniClient - address = self.api.config.GENI_AGGREGATE_HOSTNAME + address = self.api.config.GENI_AGGREGATE_HOST port = self.api.config.GENI_AGGREGATE_PORT url = 'http://%(address)s:%(port)s' % locals() self[self.api.hrn] = GeniClient(url, self.api.key_file, self.api.cert_file)