Add documentation to various OVS RM and change the RM name OVSWitch to OVSSwitch
[nepi.git] / examples / openvswitch / ovs_ping_2switches.py
index a7110e6..7fbb74b 100644 (file)
@@ -47,7 +47,7 @@ def add_node(ec, host, user, pl_user, pl_password):
     return node
 
 def add_ovs(ec, bridge_name, virtual_ip_pref, controller_ip, controller_port, node):
-    ovs = ec.register_resource("OVSWitch")
+    ovs = ec.register_resource("OVSSwitch")
     ec.set(ovs, "bridge_name", bridge_name)
     ec.set(ovs, "virtual_ip_pref", virtual_ip_pref)
     ec.set(ovs, "controller_ip", controller_ip)