diff --git a/pillar/manage.py b/pillar/manage.py index e77d8184..ce9bc051 100644 --- a/pillar/manage.py +++ b/pillar/manage.py @@ -516,7 +516,9 @@ def populate_node_types(old_ids={}): node_type_group = { 'name': 'group', 'description': 'Generic group node type', - 'parent': {}, + 'parent': { + 'node_types': ['group', 'project'] + }, 'dyn_schema': { 'url': { 'type': 'string',