Update monitoring_demo_topology_restapi.py
authorstevenvanrossem <steven.vanrossem@intec.ugent.be>
Tue, 5 Jul 2016 11:21:06 +0000 (13:21 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Tue, 5 Jul 2016 11:21:06 +0000 (13:21 +0200)
src/emuvim/examples/monitoring_demo_topology_restapi.py

index cf273ae..b010a03 100755 (executable)
@@ -89,7 +89,7 @@ def create_topology1():
     zapi1.start()
 
     # create a new instance of a endpoint implementation
-    api1 = RestApiEndpoint("0.0.0.0", 5000)
+    api1 = RestApiEndpoint("0.0.0.0", 5001)
     # connect data centers to this endpoint
     api1.connectDatacenter(dc1)
     api1.connectDatacenter(dc2)