From 7eec4da6c9fb81b90df2b49bec209f6d0f573b4e Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed <faiyaza@cs.princeton.edu> Date: Wed, 12 Nov 2008 20:24:10 +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 376019b..08fe66e 100755 --- a/db-config +++ b/db-config @@ -253,6 +253,12 @@ def main(): 'category' : 'slice/rspec', '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