X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fomf%2Fapplication.py;h=8ef2b5091cbdd657a30a66e4ccba094e22d3a33b;hb=a88506e43bebe8f21cf735551ee151722ee4925e;hp=c4dfdaaab9fe86a30e000267bf4c8b95c011112b;hpb=8330840dd97c3b65bcd2c62492038fff1bc38b51;p=nepi.git diff --git a/src/nepi/resources/omf/application.py b/src/nepi/resources/omf/application.py index c4dfdaaa..8ef2b509 100644 --- a/src/nepi/resources/omf/application.py +++ b/src/nepi/resources/omf/application.py @@ -36,13 +36,6 @@ class OMFApplication(OMFResource): :type ec: ExperimentController :param guid: guid of the RM :type guid: int - :param creds: Credentials to communicate with the rm (XmppClient) - :type creds: dict - - .. note:: - - This class is used only by the Experiment Controller through the - Resource Factory """ _rtype = "OMFApplication" @@ -59,11 +52,11 @@ class OMFApplication(OMFResource): env = Attribute("env", "Environnement variable of the application") stdin = Attribute("stdin", "Input of the application", default = "") sources = Attribute("sources", "Sources of the application", - flags = Flags.ExecReadOnly) + flags = Flags.Design) sshuser = Attribute("sshUser", "user to connect with ssh", - flags = Flags.ExecReadOnly) + flags = Flags.Design) sshkey = Attribute("sshKey", "key to use for ssh", - flags = Flags.ExecReadOnly) + flags = Flags.Design) cls._register_attribute(appid) cls._register_attribute(path) cls._register_attribute(args)