From 6c1c2d60808aabfd211d200f0bbba00078ec18d0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 23 Feb 2013 15:52:11 +0100 Subject: [PATCH 1/1] remove 'type' accessor - only vserver has been supported so far, and 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 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/db-config.d/010-slice_tags b/db-config.d/010-slice_tags index 2348f2d..9a4184f 100644 --- a/db-config.d/010-slice_tags +++ b/db-config.d/010-slice_tags @@ -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", -- 2.43.0