From: Thierry Parmentelat Date: Fri, 31 Oct 2008 18:48:39 +0000 (+0000) Subject: fixed tagname in RLIMIT slice attributes X-Git-Tag: MyPLC-4.3-2~25 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=711580ecd237323f101e67d2c6a378776d4a39a3;p=myplc.git fixed tagname in RLIMIT slice attributes --- diff --git a/db-config b/db-config index dba3dc9..4389687 100755 --- a/db-config +++ b/db-config @@ -262,7 +262,7 @@ def main(): rlim = rlim.lower() for ty in ("min","soft","hard"): attribute = { - 'tagname': "%s_%s'%(rlim,ty)", + 'tagname': "%s_%s"%(rlim,ty), 'description': "Per sliver RLIMIT %s_%s."%(rlim,ty), 'category': 'slice/limit', 'min_role_id': 40 #admin