mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
13 lines
373 B
Plaintext
13 lines
373 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",
|
||
|
#]
|