summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/data/plugins/inventory_provider/aai.py
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/conductor/data/plugins/inventory_provider/aai.py')
-rw-r--r--conductor/conductor/data/plugins/inventory_provider/aai.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conductor/conductor/data/plugins/inventory_provider/aai.py b/conductor/conductor/data/plugins/inventory_provider/aai.py
index 9defe94..dc30a59 100644
--- a/conductor/conductor/data/plugins/inventory_provider/aai.py
+++ b/conductor/conductor/data/plugins/inventory_provider/aai.py
@@ -1649,7 +1649,7 @@ class AAI(base.InventoryProviderBase):
# add candidate to demand candidates
resolved_demands[name].append(candidate)
- elif inventory_type == 'nssi':
+ elif inventory_type == 'nssi' or inventory_type == 'nsi':
if filtering_attributes and model_invariant_id:
second_level_match = aai_utils.get_first_level_and_second_level_filter(filtering_attributes,
"service_instance")