X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=src%2Femuvim%2Fapi%2Fsonata%2F__init__.py;h=613191cec4388d67a9839bca3c9119922528c179;hp=4c93fc46128724200dac41b59290fe38558d163f;hb=c911ca6a6560d062fed5d294bc5a80c26da69672;hpb=0d98d75450be28bba00ebabcd9041b4ae541f964 diff --git a/src/emuvim/api/sonata/__init__.py b/src/emuvim/api/sonata/__init__.py index 4c93fc4..613191c 100755 --- a/src/emuvim/api/sonata/__init__.py +++ b/src/emuvim/api/sonata/__init__.py @@ -46,10 +46,12 @@ class SonataDummyGatekeeperEndpoint(object): topology. """ - def __init__(self, listenip, port): + def __init__(self, listenip, port, deploy_sap=False, docker_management=True): self.dcs = {} self.ip = listenip self.port = port + dgk.DEPLOY_SAP = deploy_sap + dgk.USE_DOCKER_MGMT = docker_management logging.debug("Created API endpoint %s" % self) def __repr__(self):