X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fsonata_simple_topology.py;fp=src%2Femuvim%2Fexamples%2Fsonata_simple_topology.py;h=1339ec7f8bae9e1a3a4495431244f0c70ef8b599;hb=4378f16256c242eccfd169a1e685e6aab2ed0e88;hp=06272477557ac287341dd1f59006482909cec2c1;hpb=0bb3d47c04f09934885a06f987ff4f520ed5daac;p=osm%2Fvim-emu.git diff --git a/src/emuvim/examples/sonata_simple_topology.py b/src/emuvim/examples/sonata_simple_topology.py index 0627247..1339ec7 100755 --- a/src/emuvim/examples/sonata_simple_topology.py +++ b/src/emuvim/examples/sonata_simple_topology.py @@ -58,7 +58,7 @@ def create_topology1(): rapi1.start() # add the SONATA dummy gatekeeper to each DC - sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 5000, deploy_sap=True) + sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 5000, deploy_sap=True, auto_deploy=True, docker_management=True) sdkg1.connectDatacenter(dc1) # run the dummy gatekeeper (in another thread, don't block) sdkg1.start()