mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 08:35:15 +00:00
2340f3ebfb
Commit 48cd3dfa668e5033b02dd029c2e6de558a3c4583 introduced configuration file for libvirt-admin but forgot to distribute it. Also the change made to libvirt.conf in commit dbecb87f94e8f1591e3c471b34ae48a7203c9cb3 should've been removed thanks to introduction of separate config file. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
19 lines
547 B
Plaintext
19 lines
547 B
Plaintext
#
|
|
# This can be used to setup URI aliases for frequently
|
|
# used connection URIs. Aliases may contain only the
|
|
# characters a-Z, 0-9, _, -.
|
|
#
|
|
# Following the '=' may be any valid libvirt connection
|
|
# URI, including arbitrary parameters
|
|
|
|
#uri_aliases = [
|
|
# "hail=qemu+ssh://root@hail.cloud.example.com/system",
|
|
# "sleet=qemu+ssh://root@sleet.cloud.example.com/system",
|
|
#]
|
|
|
|
#
|
|
# These can be used in cases when no URI is supplied by the application
|
|
# (@uri_default also prevents probing of the hypervisor driver).
|
|
#
|
|
#uri_default = "qemu:///system"
|