Commit 816e23ca authored by Rafael Monnerat's avatar Rafael Monnerat

slapos.slap: Computer class also implements get information

parent 5e4db4d1
...@@ -449,6 +449,12 @@ class IComputer(Interface): ...@@ -449,6 +449,12 @@ class IComputer(Interface):
Raise ValueError is there is not valid certificate. Raise ValueError is there is not valid certificate.
""" """
def getInformation():
"""
Get information about current computer.
If it is called from a Computer, get information about itself.
"""
class IOpenOrder(IRequester): class IOpenOrder(IRequester):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment