9364e3e2c2
- Update to LXD 4.13. The full upstream changelog is available from: https://discuss.linuxcontainers.org/t/lxd-4-13-has-been-released/10737 boo#1184580 + Support for instance filters in "lxc list" + NVIDIA MIG support for containers + System wide configuration in /etc/lxd + Project resource usage + Snapshot schedule aliases (cron-like @... aliases) + images.default_architecture for multi-architecture setups + New description column in "lxc {project,profile,storage} list" + Reworked handling of default action in network ACLs + "lxc stop --console" + More auto-generated REST-API documentation OBS-URL: https://build.opensuse.org/request/show/884538 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=84
22 lines
668 B
YAML
22 lines
668 B
YAML
# This is an example system-wide configuration file for the lxc client. Any
|
|
# configuration entries added here will be merged with a user's configuration
|
|
# when they run "lxc". This is primarily useful for defining system-wide
|
|
# remotes, whose certificates are stored in /etc/lxd/servercerts.
|
|
|
|
# An example configuration (from </usr/share/doc/packages/lxd/doc/remotes.md>)
|
|
# looks like the following:
|
|
#
|
|
# remotes:
|
|
# foo:
|
|
# addr: https://10.0.2.4:8443
|
|
# auth_type: tls
|
|
# project: default
|
|
# protocol: lxd
|
|
# public: false
|
|
# bar:
|
|
# addr: https://10.0.2.5:8443
|
|
# auth_type: tls
|
|
# project: default
|
|
# protocol: lxd
|
|
# public: false
|