X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fresource_model_demo_topology.py;h=fb3d1f7f22332f76e4e5f1263110f4e10fc4a476;hb=28bff062115c588192bb98d4a8687da4da845e5a;hp=7a39b00458ecf76c71d63e50314667c9aa18156f;hpb=60bf8b8b3bf5e800bdb761f2f403ef2944262137;p=osm%2Fvim-emu.git diff --git a/src/emuvim/examples/resource_model_demo_topology.py b/src/emuvim/examples/resource_model_demo_topology.py index 7a39b00..fb3d1f7 100644 --- a/src/emuvim/examples/resource_model_demo_topology.py +++ b/src/emuvim/examples/resource_model_demo_topology.py @@ -43,13 +43,6 @@ def create_topology1(): # run API endpoint server (in another thread, don't block) zapi1.start() - # add the SONATA dummy gatekeeper to each DC - sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 8000) - sdkg1.connectDatacenter(dc1) - sdkg1.connectDatacenter(dc2) - # run the dummy gatekeeper (in another thread, don't block) - sdkg1.start() - # start the emulation platform net.start() print "Wait a moment and allocate some compute start some compute resources..."