X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO-plugin%2Fosm_ro_plugin%2Fopenflow_conn.py;fp=RO-plugin%2Fosm_ro_plugin%2Fopenflow_conn.py;h=c41d7bc892529a260a24be7e28251dd12f9dc92d;hp=afc0b8210ca0d960c42f736c708c206fc5f8d2e7;hb=2f99505fff582e1213d5cafe9c87d06c87d9af7d;hpb=0d8ce07a6fd75ce185e0b35826b0baedb60bfa43 diff --git a/RO-plugin/osm_ro_plugin/openflow_conn.py b/RO-plugin/osm_ro_plugin/openflow_conn.py index afc0b821..c41d7bc8 100644 --- a/RO-plugin/osm_ro_plugin/openflow_conn.py +++ b/RO-plugin/osm_ro_plugin/openflow_conn.py @@ -286,9 +286,9 @@ class SdnConnectorOpenFlow(SdnConnectorBase): rules_to_delete = created_items.get("installed_rules_ids") or [] new_installed_rules_ids = [] error_list = [] + step = "Checking ports and network type compatibility" try: - step = "Checking ports and network type compatibility" if ifaces_nb < 2: pass elif net_type == "ELINE":