From: Thierry Parmentelat Date: Sat, 23 Feb 2013 14:52:11 +0000 (+0100) Subject: remove 'type' accessor - only vserver has been supported so far, and X-Git-Tag: plcapi-5.2-1~8 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=6c1c2d60808aabfd211d200f0bbba00078ec18d0 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 --- 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",