X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetBootMedium.py;h=9da8a2b6709b87bd2cfe709aa06a0644ee324673;hb=b11b69bead23f00eeeb6701ee1eb19ebb20307f2;hp=374a0b1c80de1ec1541379b8d1c5a6bf6e50542d;hpb=62cca824cb946d0477ba256ab63d9db3b981eb00;p=plcapi.git diff --git a/PLC/Methods/GetBootMedium.py b/PLC/Methods/GetBootMedium.py index 374a0b1c..9da8a2b6 100644 --- a/PLC/Methods/GetBootMedium.py +++ b/PLC/Methods/GetBootMedium.py @@ -235,7 +235,7 @@ class GetBootMedium(Method): if category_settings: file += '### Category : %s\n'%category for setting in category_settings: - file += '%s_%s="%s"\n'%(category.upper(),setting['name'].upper(),setting['value']) + file += '%s_%s="%s"\n'%(category.upper(),setting['tagname'].upper(),setting['value']) for interface in interfaces: if interface['method'] == 'ipmi':