remove 'type' accessor - only vserver has been supported so far, and
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 23 Feb 2013 14:52:11 +0000 (15:52 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 23 Feb 2013 14:52:11 +0000 (15:52 +0100)
it's more on nodes than on slices anyways
we'll make sure this is unused, and re-introduce something else for
vs/lxc later on

db-config.d/010-slice_tags

index 2348f2d..9a4184f 100644 (file)
@@ -8,11 +8,13 @@
 # Setup default slice tag types
 slicetag_types = \
 [
-    # Slice type (only vserver is supported)
-    {'tagname': "type",
-     'description': "Type of slice (e.g. vserver)",
-     'category' : 'slice/general',
-     'roles': ['admin','pi']},
+
+### this applies on Node, not on Slice
+###    # Slice type (only vserver is supported)
+###    {'tagname': "type",
+###     'description': "Type of slice (e.g. vserver)",
+###     'category' : 'slice/general',
+###     'roles': ['admin','pi']},
     
     # System slice
     {'tagname': "system",