summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conductor/conductor/data/plugins/inventory_provider/aai.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/conductor/conductor/data/plugins/inventory_provider/aai.py b/conductor/conductor/data/plugins/inventory_provider/aai.py
index 4a9748d..d23a483 100644
--- a/conductor/conductor/data/plugins/inventory_provider/aai.py
+++ b/conductor/conductor/data/plugins/inventory_provider/aai.py
@@ -1032,6 +1032,8 @@ class AAI(base.InventoryProviderBase):
cloud_owner = rl_data.get('d_value')
candidate['cloud_owner'] = cloud_owner
+ if not cloud_owner:
+ continue
search_key = "cloud-region.cloud-region-id"