python-compute/computed.toml
2023-12-13 01:42:50 +03:00

14 lines
396 B
TOML

[libvirt]
# Libvirt connection URI.
# See https://libvirt.org/uri.html#qemu-qemu-and-kvm-uris
#uri = 'qemu:///system'
[storage]
# Name of libvirt storage pool to store compute instance etalon images.
# compute takes images from here and creates disks for compute instances
# based on them.
#images = 'images'
# Name of libvirt storage pool to store compute instance disks.
#volumes = 'volumes'