plc.d/accessors now created the tagtype for all defined accessors
[plcapi.git] / db-config.d / 010-node_tags
diff --git a/db-config.d/010-node_tags b/db-config.d/010-node_tags
deleted file mode 100644 (file)
index 8e406c8..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*-python-*-
-#################### node tag types
-
-# Setup default node tag types
-nodetag_types = \
-[
-    # Node HRN (SFA specific human readable name)
-    {'tagname': 'hrn',
-     'description': 'SFA human readable name',
-     'category' : 'node/sfa',
-     'roles' : ['admin','pi','user','tech']},
-]
-
-for nodetag_type in nodetag_types:
-    SetTagType(nodetag_type)