X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmanagers%2Faggregate_manager_pl.py;h=6546c69f3e5a162ed5368e6edd7bad56affc9af8;hb=676c77806a1a2fdde35c0161eb79056cc86cbea1;hp=501f8ccbb0b214e413cc80ebe6fb672b374110ca;hpb=7997036d290992a07c0610732f134f488115b061;p=sfa.git diff --git a/sfa/managers/aggregate_manager_pl.py b/sfa/managers/aggregate_manager_pl.py index 501f8ccb..6546c69f 100644 --- a/sfa/managers/aggregate_manager_pl.py +++ b/sfa/managers/aggregate_manager_pl.py @@ -24,8 +24,11 @@ from sfa.util.version import version_core from sfa.util.sfatime import utcparse def GetVersion(api): + xrn=Xrn(api.hrn) return version_core({'interface':'aggregate', - 'testbed':'myplc'}) + 'testbed':'myplc', + 'hrn':xrn.get_hrn(), + }) def __get_registry_objects(slice_xrn, creds, users): """