Commit fa67549d authored by Antoine Catton's avatar Antoine Catton

Add comment on renameSoftwareInstance method.

parent f12926ee
...@@ -249,6 +249,9 @@ class SlapTool(BaseTool): ...@@ -249,6 +249,9 @@ class SlapTool(BaseTool):
'softwareInstanceRename') 'softwareInstanceRename')
def softwareInstanceRename(self, new_name, computer_id, def softwareInstanceRename(self, new_name, computer_id,
computer_partition_id, slave_reference=None): computer_partition_id, slave_reference=None):
"""
Change the title of a Software Instance using Workflow.
"""
return self._softwareInstanceRename(new_name, computer_id, return self._softwareInstanceRename(new_name, computer_id,
computer_partition_id, computer_partition_id,
slave_reference) slave_reference)
......
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