Remove references to no more used lister_db_url conf entry

This commit is contained in:
Antoine Lambert 2019-05-13 15:18:56 +02:00
parent 6269975d55
commit 977d2459c3
2 changed files with 0 additions and 3 deletions

View file

@ -26,7 +26,6 @@ def cli(db_url, listers, drop_tables):
"""
override_conf = {
'lister_db_url': db_url,
'lister': {
'cls': 'local',
'args': {'db': db_url}