From b9367f994499a9dfd3933eee4719244342ed0593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 2 May 2016 17:05:21 +0200 Subject: [PATCH] Removed node_types Eve collection --- pillar/settings.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pillar/settings.py b/pillar/settings.py index 1f06222d..3133b4c6 100644 --- a/pillar/settings.py +++ b/pillar/settings.py @@ -697,18 +697,10 @@ notifications_schema = { }, } - nodes = { 'schema': nodes_schema, 'public_methods': ['GET'], - 'public_item_methods': ['GET'] -} - -node_types = { - 'resource_methods': ['GET', 'POST'], - 'public_methods': ['GET'], 'public_item_methods': ['GET'], - 'schema': node_types_schema, } users = { @@ -781,7 +773,6 @@ notifications = { DOMAIN = { 'users': users, 'nodes': nodes, - 'node_types': node_types, 'tokens': tokens, 'files': files, 'groups': groups,