Commit 14b31a73 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI Component - SSE Telemetry:

- Fixed handling of target link and selection of controller
parent a6d7adb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ class CreateSubscription(Resource):
            controller_name = controller_name_map.get(network_id)
            if controller_name is None:
                LOGGER.warning(
                    'Controllerless device detected, skipping subscription for: {:s}'.format(xpath)
                    'Controllerless device detected, skipping subscription for: {:s}'.format(xpath_filter)
                )
                continue