From 74faad8eff4f52939c24715c4b8726b18829cbdd Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Wed, 12 Nov 2008 20:26:08 +0000 Subject: [PATCH] Delegations was missing from list of available slice attributes. --- db-config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db-config b/db-config index 4f95439..823fd50 100755 --- a/db-config +++ b/db-config @@ -522,6 +522,12 @@ def main(): 'description': "Demux HTTP between slices using localhost ports. Value in the form 'host, localhost port'.", 'min_role_id': 10}, + # Delegation + {'tagname': "delegations", + 'description': "Coma seperated list of slices to give delegation authority to.", + 'category' : 'slice/rspec', + 'min_role_id': 10} + ] # add in the platform supported rlimits to the default_attribute_types -- 2.47.0