X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetSlivers.py;h=908bae121f53f5a19ad0d9ab9d395f73f2f7ba90;hb=dd451a33a9eeb9a7b2ccf490e916dd1f4196a24a;hp=890b65f098b78155685bd9cbfe9f1407ff52a368;hpb=7bf31c7fc9333e615b1497829f7ddc83f61fabcf;p=plcapi.git diff --git a/PLC/Methods/GetSlivers.py b/PLC/Methods/GetSlivers.py index 890b65f..908bae1 100644 --- a/PLC/Methods/GetSlivers.py +++ b/PLC/Methods/GetSlivers.py @@ -17,7 +17,7 @@ from PLC.InitScripts import InitScript, InitScripts def get_slivers(api, slice_filter, node = None): # Get slice information - slices = Slices(api, slice_filter) + slices = Slices(api, slice_filter, ['slice_id', 'name', 'instantiation', 'expires', 'person_ids', 'slice_attribute_ids']) # Build up list of users and slice attributes person_ids = set()