define the 'hrn' node tag
[plcapi.git] / db-config.d / 010-node_tags
1 # -*-python-*-
2 # $Id: 010-node_tags 
3 # $URL: 
4 #################### node tag types
5
6 # Setup default node tag types
7 nodetag_types = \
8 [
9     # Node HRN (SFA specific human readable name)
10     {'tagname': 'hrn',
11      'description': 'SFA specific human readable name',
12      'category' : 'sfa/general',
13      'min_role_id': 10},
14 ]
15
16 for nodetag_type in nodetag_types:
17     SetTagType(nodetag_type)