Fix SDN ODL openflow connetor issue 20/10020/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 23 Nov 2020 17:58:04 +0000 (17:58 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Mon, 23 Nov 2020 17:58:23 +0000 (17:58 +0000)
Change-Id: I6d468471b2857c006782b1fe06e705f9669361da
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
RO-SDN-odl_openflow/osm_rosdn_odlof/odl_of.py

index ed1bca4..355ec7a 100644 (file)
@@ -65,7 +65,7 @@ class OfConnOdl(OpenflowConn):
             url = "http://" + url
         if not url.endswith("/"):
             url = url + "/"
-        self.url = url + "onos/v1/"
+        self.url = url
 
         # internal variables
         self.name = "OpenDayLight"