Skip to content
Snippets Groups Projects
Commit 8a3aad37 authored by David Douard's avatar David Douard
Browse files

Normalize the configuration of VaultBackend and cooker

- Ensure every service for which an (remote or local) access is needed uses the
  same config structure (dict with 'cls' and 'args' keys).
- Extract instanciation (thus confguration) of remote/external services
  (storage, cache, scheduler) from the VaultBackend constructor; these are now
  passed as __init__ arguments; their instanciation/configuration is thus now
  handled by swh.vault.api.server and swh.vault.cooker.get_cooker (with some
  support in swh.vault.get_vault).
parent f4ad9690
Loading
This commit is part of merge request !37. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment