X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fsimple_topology.py;h=b43ad78ce30a6766a6d8a7d18b83c166ce115c11;hp=d63a07c98d39a1312cabd232acb4942200d94572;hb=9219060385043e533bf719725f9e6671e98052ce;hpb=c991a7bb60b08755b79c9f49619f0c48709ba5fe diff --git a/src/emuvim/examples/simple_topology.py b/src/emuvim/examples/simple_topology.py index d63a07c..b43ad78 100755 --- a/src/emuvim/examples/simple_topology.py +++ b/src/emuvim/examples/simple_topology.py @@ -93,7 +93,7 @@ def create_topology1(): this API, e.g., start/stop/list compute instances. """ # create a new instance of a endpoint implementation - rapi1 = RestApiEndpoint("127.0.0.1", 5001) + rapi1 = RestApiEndpoint("127.0.0.1", 5001, net) # connect data centers to this endpoint rapi1.connectDatacenter(dc1) rapi1.connectDatacenter(dc2)