From: Loic Baron Date: Fri, 28 Feb 2014 18:52:01 +0000 (+0100) Subject: Rest TODO: manage local:object X-Git-Tag: myslice-1.1~260 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=d952e5a32d6fd2305bab65a9e8a6be66607c10df;p=myslice.git Rest TODO: manage local:object --- diff --git a/rest/__init__.py b/rest/__init__.py index f8719663..761e8dc4 100644 --- a/rest/__init__.py +++ b/rest/__init__.py @@ -32,6 +32,8 @@ def dispatch(request, object_type, object_name): object_properties = None object_filters = {} + # XXX TODO: What about the local: objects? + # Example: local:user (Manifold) is different from user (SFA GW) switch = { 'platform' : platform, 'slice' : slice,