Skip to content
  • Bart Bakker's avatar
    Use the `backend` backend type to plugin a backend · 7560ed01
    Bart Bakker authored
    Provide a plugin system for backends that allows any Python module (that
    contains a `Backend` constructor) to be specified as OpenNSA backend.
    
    To configure a custom backend, include a block `backend[:name]` in
    `opennsa.conf` and point the `module` config to a Python module that can be
    loaded dynamically.
    7560ed01