X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FAccessors%2FAccessors_standard.py;h=cf2294533b6ee1f0a82eebf53920063cdacd7d15;hb=b75a55277bba552787b3c722c509cb090fd55963;hp=a19313a69b92a84e83ab9054f68d6461c2141e13;hpb=cd030b23bbb0116b473951bf56c0431656fa3599;p=plcapi.git diff --git a/PLC/Accessors/Accessors_standard.py b/PLC/Accessors/Accessors_standard.py index a19313a..cf22945 100644 --- a/PLC/Accessors/Accessors_standard.py +++ b/PLC/Accessors/Accessors_standard.py @@ -46,16 +46,16 @@ define_accessors(current_module, Node, "PlainBootstrapfs", "plain-bootstrapfs", get_roles=all_roles, set_roles=tech_roles) # the tags considered when creating a boot CD -define_accessor(current_module, Node, "Serial", "serial", - "node/bootcd", "serial to use when creating the boot CD -- see GetBootMedium") -define_accessor(current_module, Node, "Cramfs", "cramfs", - "node/bootcd", "boot CD to use cramfs if set -- see GetBootMedium") -define_accessor(current_module, Node, "Kvariant", "kvariant", - "node/bootcd", "the variant to use for creating the boot CD -- see GetBootMedium") -define_accessor(current_module, Node, "Kargs", "kargs", - "node/bootcd", "extra args to pass the kernel on the Boot CD -- see GetBootMedium") -define_accessor(current_module, Node, "NoHangcheck", "no-hangcheck", - "node/bootcd", "disable hangcheck on the boot CD if set -- see GetBootMedium") +define_accessors(current_module, Node, "Serial", "serial", + "node/bootcd", "serial to use when creating the boot CD -- see GetBootMedium") +define_accessors(current_module, Node, "Cramfs", "cramfs", + "node/bootcd", "boot CD to use cramfs if set -- see GetBootMedium") +define_accessors(current_module, Node, "Kvariant", "kvariant", + "node/bootcd", "the variant to use for creating the boot CD -- see GetBootMedium") +define_accessors(current_module, Node, "Kargs", "kargs", + "node/bootcd", "extra args to pass the kernel on the Boot CD -- see GetBootMedium") +define_accessors(current_module, Node, "NoHangcheck", "no-hangcheck", + "node/bootcd", "disable hangcheck on the boot CD if set -- see GetBootMedium") # interface # xxx - don't expose yet in api interface and slices dont know how to use that yet