LXD

  • By Stéphane Graber
Channel Revision Published Runs on
latest/stable 299 21 Apr 2023
Ubuntu 20.04
latest/edge 329 06 May 2023
Ubuntu 22.04
juju deploy lxd
Show information

Platform:

Ubuntu
20.04
  • add-trusted-client

    The client certificate to add to the trusted list

    Params
    • cert string

      The raw X.509 PEM client certificate (required if cert-url isn't set). -----BEGIN CERTIFICATE----- <Client cert in PEM format to add to trust> -----END CERTIFICATE----- Pass the file with the certificate above as: $ juju run-action lxd/leader add-trusted-client cert="$(cat client.crt)"

    • cert-url string

      The HTTP/HTTPS URL to fetch the client certificate from (required if cert isn’t set)

    • name string

      The user-specified identifier (optional)

    • projects string

      A comma separated list of projects to restrict the client certificate to (optional)

  • debug

    Collect useful information for bug reports (calls lxd.buginfo)

  • get-client-token

    Return a client certificate add token to use by the client as `lxc remote add <remote-name> <token>`

    Params
    • name string

      The user-specified identifier

    • projects string

      A comma separated list of projects to restrict the client certificate to (optional)

  • show-pending-config

    Show the currently pending configuration changes (queued for after the reboot)