lister: Unify credentials structure between listers
This becomes a dictionary of key <lister-name>, value a dict of key <instance-name>, value list of dict username/password. Related T1772
This commit is contained in:
parent
d6169c7141
commit
b81621274b
12 changed files with 56 additions and 31 deletions
|
@ -32,6 +32,7 @@ class DebianLister(SWHListerHttpTransport, SWHListerBase):
|
|||
MODEL = Package
|
||||
PATH_TEMPLATE = None
|
||||
LISTER_NAME = 'debian'
|
||||
instance = 'debian'
|
||||
|
||||
def __init__(self, override_config=None):
|
||||
SWHListerHttpTransport.__init__(self, api_baseurl="bogus")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue