Merge pull request #65 from mpeuster/master
[osm/vim-emu.git] / src / emuvim / examples / sonata_y1_demo_topology_1.py
index ea33e80..6ea568a 100644 (file)
@@ -30,7 +30,7 @@ def create_topology1():
     zapi1.start()
 
     # add the SONATA dummy gatekeeper to each DC
-    sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 8000)
+    sdkg1 = SonataDummyGatekeeperEndpoint("0.0.0.0", 5000)
     sdkg1.connectDatacenter(dc1)
     sdkg1.connectDatacenter(dc2)
     # run the dummy gatekeeper (in another thread, don't block)
@@ -48,4 +48,4 @@ def main():
 
 
 if __name__ == '__main__':
-    main()
\ No newline at end of file
+    main()