From: Thierry Parmentelat Date: Tue, 24 Feb 2009 17:28:54 +0000 (+0000) Subject: tuned doc for ResolveSlices X-Git-Tag: PLCAPI-dummynet-15~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=42ff825530099c9723fefc4400ec9b535a91d193;p=plcapi.git tuned doc for ResolveSlices --- diff --git a/PLC/Methods/ResolveSlices.py b/PLC/Methods/ResolveSlices.py index 758371f3..6b9570c1 100644 --- a/PLC/Methods/ResolveSlices.py +++ b/PLC/Methods/ResolveSlices.py @@ -8,11 +8,12 @@ from PLC.Slices import Slice, Slices class ResolveSlices(Method): """ - This method is similar to GetSlices, except the the returned - columns are restricted to 'name' and 'slice_id'. This is method - designed to help third-party software solve slice names from their - slice_id (e.g. PlanetFlow Central). For this reason it is - accessible with anonymous authentication (among others) + This method is similar to GetSlices, except that (1) the returned + columns are restricted to 'name' and 'slice_id', and (2) it + returns expired slices too. This method is designed to help + third-party software solve slice names from their slice_id + (e.g. PlanetFlow Central). For this reason it is accessible with + anonymous authentication (among others). """ roles = ['admin', 'pi', 'user', 'tech', 'anonymous' ]