OpenStack API: Replaced Flask with WSGI
[osm/vim-emu.git] / src / emuvim / examples / sonata_y1_demo_topology_1_w_ls_and_mon_and_sap.py
old mode 100644 (file)
new mode 100755 (executable)
index 0e076db..b38720e
@@ -50,8 +50,8 @@ def create_topology1():
     dc1 = net.addDatacenter("dc1")
     dc2 = net.addDatacenter("dc2")
     s1 = net.addSwitch("s1")
-    net.addLink(dc1, s1, delay="10ms")
-    net.addLink(dc2, s1, delay="20ms")
+    net.addLink(dc1, s1, delay="3ms")
+    net.addLink(dc2, s1, delay="5ms")
 
     # add the command line interface endpoint to each DC (REST API)
     rapi1 = RestApiEndpoint("0.0.0.0", 5001)