reconnect: Rename CONNECT_IN_PROGRESS state to CONNECTING (like rconn).
[sliver-openvswitch.git] / python / ovs / reconnect.py
index 3a71188..3445245 100644 (file)
@@ -72,7 +72,7 @@ class Reconnect(object):
             return CONNECT
 
     class ConnectInProgress(object):
-        name = "CONNECT_IN_PROGRESS"
+        name = "CONNECTING"
         is_connected = False
 
         @staticmethod