2011-10-13 10:49:45 +00:00
|
|
|
#
|
|
|
|
# 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",
|
|
|
|
#]
|
2012-03-14 12:30:52 +00:00
|
|
|
|
|
|
|
#
|
2015-10-12 14:07:52 +00:00
|
|
|
# These can be used in cases when no URI is supplied by the application
|
|
|
|
# (@uri_default also prevents probing of the hypervisor driver).
|
|
|
|
#
|
2012-03-14 12:30:52 +00:00
|
|
|
#uri_default = "qemu:///system"
|