Adding filter to ProjectTopicAuth
Change-Id: I0bf340085f703540f810a969db368431d8b4774d
Signed-off-by: Eduardo Sousa <eduardo.sousa@canonical.com>
diff --git a/osm_nbi/authconn.py b/osm_nbi/authconn.py
index 8f2f128..df5c700 100644
--- a/osm_nbi/authconn.py
+++ b/osm_nbi/authconn.py
@@ -236,10 +236,11 @@
"""
raise AuthconnNotImplementedException("Should have implemented this")
- def get_project_list(self):
+ def get_project_list(self, filter_q={}):
"""
Get all the projects.
+ :param filter_q: dictionary to filter project list.
:return: list of projects
"""
raise AuthconnNotImplementedException("Should have implemented this")