X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO-SDN-odl_openflow%2Fosm_rosdn_odlof%2Fsdnconn_odlof.py;fp=RO-SDN-odl_openflow%2Fosm_rosdn_odlof%2Fsdnconn_odlof.py;h=ce53b0dfff028c7032e8c7acb1a0d37717b7fe3d;hp=0b1392185d626f00c017fadba006a38f8bbd505d;hb=80135b928ab442c38898750b4751480205b4affc;hpb=e493e9b91720e5116e00b4c06cf66c767bccce2f diff --git a/RO-SDN-odl_openflow/osm_rosdn_odlof/sdnconn_odlof.py b/RO-SDN-odl_openflow/osm_rosdn_odlof/sdnconn_odlof.py index 0b139218..ce53b0df 100644 --- a/RO-SDN-odl_openflow/osm_rosdn_odlof/sdnconn_odlof.py +++ b/RO-SDN-odl_openflow/osm_rosdn_odlof/sdnconn_odlof.py @@ -25,11 +25,9 @@ from .odl_of import OfConnOdl class SdnConnectorOdlOf(SdnConnectorOpenFlow): - def __init__(self, wim, wim_account, config=None, logger=None): - """Creates a connectivity based on pro-active openflow rules - """ - self.logger = logging.getLogger('ro.sdn.odlof') + """Creates a connectivity based on pro-active openflow rules""" + self.logger = logging.getLogger("ro.sdn.odlof") super().__init__(wim, wim_account, config, logger) of_params = { "of_url": wim["wim_url"],