浏览代码

Changed instance.terminate contract

See: https://github.com/gvlproject/cloudbridge/issues/25
Nuwan Goonasekera 9 年之前
父节点
当前提交
922e0a0af1
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      cloudbridge/cloud/interfaces/resources.py

+ 0 - 4
cloudbridge/cloud/interfaces/resources.py

@@ -487,10 +487,6 @@ class Instance(ObjectLifeCycleMixin, CloudResource):
     def terminate(self):
     def terminate(self):
         """
         """
         Permanently terminate this instance.
         Permanently terminate this instance.
-
-        :rtype: ``bool``
-        :return: ``True`` if the termination of the instance was successfully
-                 initiated; ``False`` otherwise.
         """
         """
         pass
         pass