From 4a2cbf98423f0030078ba4999262cc1ee22f0d0d Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 20 Aug 2007 20:37:25 +0000 Subject: [PATCH] - only query required slice_fields --- PLC/Methods/GetSlivers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.43.0