From d952e5a32d6fd2305bab65a9e8a6be66607c10df Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Fri, 28 Feb 2014 19:52:01 +0100 Subject: [PATCH] Rest TODO: manage local:object --- rest/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.43.0