X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Flinux%2Fnode.py;h=b50d7fad89c06e8c99945db12c41fb575834532e;hb=4b0e922489532434f0968647886021542b77cece;hp=d71d21f7a1d2a988d23ba6c12982364136061894;hpb=0016ed76a0c9b5d058510df63d42e71c346a4e64;p=nepi.git diff --git a/src/nepi/resources/linux/node.py b/src/nepi/resources/linux/node.py index d71d21f7..b50d7fad 100644 --- a/src/nepi/resources/linux/node.py +++ b/src/nepi/resources/linux/node.py @@ -142,6 +142,9 @@ class LinuxNode(ResourceManager): """ _rtype = "LinuxNode" + _help = "Controls Linux host machines ( either localhost or a host " \ + "that can be accessed using a SSH key)" + _backend_type = "linux" @classmethod def _register_attributes(cls):