Transport

Transport

class DriverBase(conf, storage, cache, control)[source]

Base class for Transport Drivers to document the expected interface.

Parameters:
  • conf (oslo_config.cfg.CONF) – configuration instance
  • storage (zaqar.storage.base.DataDriverBase) – The storage driver
  • cache (dogpile.cache.region.CacheRegion) – caching object
  • control (zaqar.storage.base.ControlDriverBase) – Storage driver to handle the control plane
listen()[source]

Start listening for client requests (self-hosting mode).

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.