- pull bulk of functionality into get_slivers() utility function so that
[plcapi.git] / PLC / Methods / GetSlivers.py
2007-02-01 Mark Huang- pull bulk of functionality into get_slivers() utility...
2007-01-11 Mark Huang- since this will no longer be used for passing informa...
2006-12-12 Thierry Parmentelat(*) Peer has new fields person_ids and site_ids
2006-11-29 Tony Mack- - removed anything having to do with event_type/event...
2006-11-29 Mark Huang- fix probable checkin of debug code
2006-11-28 Tony Mack- added logging vars
2006-11-28 Mark Huang- fix check for foreign node
2006-11-28 Tony Mack- fixed how node['slice_ids'] are filterd
2006-11-27 Tony Mack- use all_slice_ids when checking slice_ids in node...
2006-11-27 Tony Mack- remove invalid (i.e. expired) slice_ids from from...
2006-11-23 Thierry Parmentelatadd system slices on local hosts only -
2006-11-21 Thierry Parmentelatiteration 4 & last:
2006-11-16 Mark Huang- consider slices with slice attribute system=1 to...
2006-11-15 Thierry Parmentelatstill works in unfederated context, with a bug fix:
2006-11-13 Mark Huang- add default system slices (those beginning with PLC_S...
2006-11-09 Mark Huang- re-enable return_fields specification
2006-11-09 Mark Huangoops, allow nodes to be specified by node_id for now
2006-11-08 Mark Huang- fix documentation
2006-11-06 Mark Huang- fix conf_files handling
2006-10-31 Mark Huang- allow to be called by nodes
2006-10-27 Mark Huang(most) all functions now take SessionAuth in addition...
2006-10-24 Mark Huang- make Add() calling convention consistent among all...
2006-10-24 Mark Huang- hack xmlrpclib so that it can marshal subclasses...
2006-10-23 Mark Huang- first shot at GetSlivers