Fix missed variable rename 'object'
Change-Id: I93d72ce8da31f1f3544be3bd4a5e4926a23af61e Closes-Bug: #1745041
This commit is contained in:
parent
609986f5f0
commit
507e2cb80b
@ -36,7 +36,7 @@ def get_orphaned_neutron_objects(neutron_obj):
|
||||
orphans = []
|
||||
for neutron_obj in neutron_objs.get(neutron_obj):
|
||||
if neutron_obj['tenant_id'] not in tenantids:
|
||||
orphans.append(object['id'])
|
||||
orphans.append(neutron_obj['id'])
|
||||
return orphans
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user