From: Dileep Ranganathan Date: Wed, 7 Mar 2018 19:00:36 +0000 (-0800) Subject: Fixed major bug in sonar report X-Git-Tag: v1.1.1~51 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F34623%2F1;p=optf%2Fhas.git Fixed major bug in sonar report Remove or correct variable self-assignment Change-Id: I21204b8c72b0f1890fe1278764da070013c69b34 Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan --- diff --git a/conductor/conductor/data/plugins/inventory_provider/aai.py b/conductor/conductor/data/plugins/inventory_provider/aai.py index cb76034..f35b495 100644 --- a/conductor/conductor/data/plugins/inventory_provider/aai.py +++ b/conductor/conductor/data/plugins/inventory_provider/aai.py @@ -475,7 +475,6 @@ class AAI(base.InventoryProviderBase): network_role_uri = \ '/network/l3-networks?network-role=' + network_role_id path = self._aai_versioned_path(network_role_uri) - network_role_id = network_role_id # This UUID is reserved by A&AI for a Conductor-specific named query. named_query_uid = "96e54642-c0e1-4aa2-af53-e37c623b8d01"