소스 검색

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