LXD
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 859 | 30 Oct 2025 | |
| latest/stable | 849 | 30 Oct 2025 | |
| latest/stable | 853 | 30 Oct 2025 | |
| latest/stable | 855 | 30 Oct 2025 | |
| latest/stable | 856 | 30 Oct 2025 | |
| latest/stable | 851 | 30 Oct 2025 | |
| latest/stable | 850 | 30 Oct 2025 | |
| latest/stable | 857 | 30 Oct 2025 | |
| latest/stable | 854 | 30 Oct 2025 | |
| latest/stable | 852 | 30 Oct 2025 | |
| latest/stable | 848 | 30 Oct 2025 | |
| latest/stable | 858 | 30 Oct 2025 | |
| latest/stable | 736 | 30 Oct 2025 | |
| latest/stable | 740 | 30 Oct 2025 | |
| latest/stable | 745 | 30 Oct 2025 | |
| latest/stable | 742 | 30 Oct 2025 | |
| latest/stable | 747 | 30 Oct 2025 | |
| latest/stable | 738 | 30 Oct 2025 | |
| latest/edge | 861 | 02 Nov 2025 | |
| latest/edge | 860 | 02 Nov 2025 | |
| latest/edge | 859 | 29 Oct 2025 | |
| latest/edge | 858 | 29 Oct 2025 | |
| latest/edge | 857 | 28 Oct 2025 | |
| latest/edge | 856 | 28 Oct 2025 | |
| latest/edge | 855 | 28 Oct 2025 | |
| latest/edge | 854 | 28 Oct 2025 | |
| latest/edge | 853 | 28 Oct 2025 | |
| latest/edge | 852 | 28 Oct 2025 | |
| latest/edge | 851 | 28 Oct 2025 | |
| latest/edge | 850 | 28 Oct 2025 | |
| latest/edge | 747 | 15 Apr 2025 | |
| latest/edge | 745 | 14 Apr 2025 | |
| latest/edge | 742 | 14 Apr 2025 | |
| latest/edge | 740 | 14 Apr 2025 | |
| latest/edge | 738 | 14 Apr 2025 | |
| latest/edge | 736 | 14 Apr 2025 |
juju deploy lxd
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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 --wait=2m 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)
-
remove-trusted-client
The client certificate fingerprint (SHA256) to remove from the trusted list
- Params
-
fingerprint string
The fingerprint of the X.509 PEM client certificate. This will automatically ignore
openssl's unneeded prefix (sha256 Fingerprint=) and extract the fingerprint. $ juju run --wait=2m lxd/leader remove-trusted-client fingerprint="$(openssl x509 -noout -fingerprint -sha256 -in client.crt)"
-
show-pending-config
Show the currently pending configuration changes (queued for after the reboot)