TrilioVault DataMover API (Kubernetes)

Shyam Biradar Publisher

Platform:

Channel Revision Published Runs on
latest/candidate 5 25 Jul 2026
Ubuntu 22.04
6.2/stable 11 02 Sep 2026
Ubuntu 22.04
6.2/candidate 11 29 Aug 2026
Ubuntu 22.04
juju deploy trilio-dm-api-k8s --channel candidate

Learn about configurations >

  • amqp-durable-queues | boolean

    Default: True

    Standard oslo.messaging amqp_durable_queues setting. Must match nova.conf's convention on the compute nodes for the same reason as rabbit-quorum-queue.

  • api-workers | int

    Default: 2

    Number of dmapi worker processes

  • debug | boolean

    Enable debug logging

  • rabbit-quorum-queue | boolean

    Default: True

    Must match nova.conf's rabbit_quorum_queue on the compute nodes — contego shares RPC queue names with dm-api/DMS, and declaring the same queue with a different durability flag on each side gets a 406 PRECONDITION_FAILED from RabbitMQ. Sunbeam/Caracal defaults to true; override only if your deployment's nova.conf sets this to false.