From: Thierry Parmentelat Date: Tue, 23 Sep 2008 18:30:03 +0000 (+0000) Subject: oops, missing arg X-Git-Tag: PLCAPI-4.3-2~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=inline;h=78d74dbfce8e57a9ece605f710448b7fbe775504;p=plcapi.git oops, missing arg --- diff --git a/PLC/Accessors/Accessors_standard.py b/PLC/Accessors/Accessors_standard.py index 7b90a12..73a2972 100644 --- a/PLC/Accessors/Accessors_standard.py +++ b/PLC/Accessors/Accessors_standard.py @@ -17,7 +17,7 @@ current_module = sys.modules[__name__] # # slice vref -define_accessors(current_module, Slice, "Vref", 'vref', 'slice/config', +define_accessors(current_module, Slice, "Vref", 'vref', 'slice/config', 'vserver reference image type', get_roles=all_roles, set_roles=['admin']) # node architecture