# TODO: call "self._os_conn.compute.wait_for_server(self._os_inst, status='ACTIVE', wait = timeout)" to perform a synchronous version of this method (note, if timeout is None you should invoke this method without the "wait" parameter, catching the "ResourceTimeout" exception and, in case such an exception is thrown, calling again the "wait_for_server()" method)
defstop(self):
self._os_conn.compute.stop_server(self._os_inst)
# TODO: call "self._os_conn.compute.wait_for_server(self._os_inst, status='ACTIVE', wait = timeout)" to perform a synchronous version of this method (note, if timeout is None you should invoke this method without the "wait" parameter, catching the "ResourceTimeout" exception and, in case such an exception is thrown, calling again the "wait_for_server()" method)
classChameleonCloud(MetaManager):
"""
EasyCloud Chameleon Cloud Manager.
...
...
@@ -42,13 +128,52 @@ class ChameleonCloud(MetaManager):
"""
Connection to the endpoint specified in the configuration file