X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=emuvim%2Fapi%2Fzerorpcapi.py;fp=emuvim%2Fapi%2Fzerorpcapi.py;h=59b960c4af8779d22434864fe9831bb01f391b98;hb=7f8e8408ef6f118e55e9066c02c70689501b3d2b;hp=fd814b323ac20f5dbae5c632c0fc9e24170d64b8;hpb=e522d9bbd77629e9a25b34cdb46568e8d5df85f3;p=osm%2Fvim-emu.git diff --git a/emuvim/api/zerorpcapi.py b/emuvim/api/zerorpcapi.py index fd814b3..59b960c 100755 --- a/emuvim/api/zerorpcapi.py +++ b/emuvim/api/zerorpcapi.py @@ -57,7 +57,15 @@ class MultiDatacenterApi(object): self.dcs = dcs def compute_action_start(self, dc_label, compute_name, image, command, network): - # network e.g. {"ip": "10.0.0.254/8"} + """ + Start a new compute instance: A docker container + :param dc_label: name of the DC + :param compute_name: compute container name + :param image: image name + :param command: command to execute + :param network: + :return: networks list({"ip": "10.0.0.254/8"}, {"ip": "11.0.0.254/24"}) + """ # TODO what to return UUID / given name / internal name ? logging.debug("RPC CALL: compute start") try: