Skip to content

Commit

Permalink
config-perf: prelim staged commit for adding filter to list api.
Browse files Browse the repository at this point in the history
Change-Id: Ibd10e3d8203e628f23d4c20e06621303e8236bb4
Partial-Bug: #1462156
(cherry picked from commit 2dbc27b)
  • Loading branch information
Hampapur Ajay committed Jun 10, 2015
1 parent ff357e2 commit d7b3557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifmap_frontend.py
Expand Up @@ -3043,7 +3043,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")
Expand Down

0 comments on commit d7b3557

Please sign in to comment.