Comment 9 for bug 1431035

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/8268
Committed: http://github.org/Juniper/contrail-generateDS/commit/a96a28280d1010f472a21b5f90e7aa7933b5d74f
Submitter: Zuul
Branch: master

commit a96a28280d1010f472a21b5f90e7aa7933b5d74f
Author: Hampapur Ajay <email address hidden>
Date: Wed Mar 11 14:36:08 2015 -0700

config-perf: restrict db fetch to only obj_uuids when specified

In ifmap_frontend.py autogenerator, for the cassandra_<type>_list method,
any passed obj_uuids is used as a filter along with parent_id or back_ref_id.
obj_uuids passed on its own is ignored. Fix this and if only obj_uuids
is passed restrict the fetch from database to only the specified object uuids.

Change-Id: Ibe688d3832b6d667c4fd43777360d46e5d60a501
Closes-Bug: #1431035