Commit 431aaaa0 authored by Romain Courteaud's avatar Romain Courteaud

Add ComputerPartition.destroyed interface

parent c9ba7743
...@@ -136,6 +136,12 @@ class IComputerPartition(IBuildoutController): ...@@ -136,6 +136,12 @@ class IComputerPartition(IBuildoutController):
available and started. available and started.
""" """
def destroyed():
"""
Notify (to the slapgrid server) that the software instance has
been correctly destroyed.
"""
def getId(): def getId():
""" """
Returns a string representing the identifier of the computer partition Returns a string representing the identifier of the computer partition
......
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