From c974b6f7ce0a706c8840f9fd7b37ba2f8c1044d9 Mon Sep 17 00:00:00 2001 From: Hampapur Ajay Date: Fri, 5 Jun 2015 10:53:05 -0700 Subject: [PATCH] config-perf: prelim staged commit for adding filter to list api. Change-Id: Ibd10e3d8203e628f23d4c20e06621303e8236bb4 Partial-Bug: #1462156 (cherry picked from commit 2dbc27b4f7695af31053ce706615c4f282edc4ff) --- ifmap_frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifmap_frontend.py b/ifmap_frontend.py index e1db5c5..7c5d2bd 100644 --- a/ifmap_frontend.py +++ b/ifmap_frontend.py @@ -3187,7 +3187,7 @@ def _generate_cassandra_db_impl(self, gen_fname, gen_type_pfx): # CASSANDRA_LIST write(gen_file, " def _cassandra_%s_list(self, parent_uuids=None, back_ref_uuids=None," %(method_name)) - write(gen_file, " obj_uuids=None, count=False):") + write(gen_file, " obj_uuids=None, count=False, filters=None):") write(gen_file, " children_fq_names_uuids = []") write(gen_file, " if parent_uuids:") write(gen_file, " # go from parent to child")