mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-31 00:45:18 +00:00
admin: Introduce libvirt-admin.conf
Since libvirt-admin is a separate library, it should also have a separate config file. Available settings are currently the same as for libvirt.conf.
This commit is contained in:
parent
a20b623748
commit
48cd3dfa66
16
src/libvirt-admin.conf
Normal file
16
src/libvirt-admin.conf
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#
|
||||||
|
# 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 admin connection
|
||||||
|
# URI, including arbitrary parameters
|
||||||
|
|
||||||
|
#uri_aliases = [
|
||||||
|
# "admin=libvirtd:///system",
|
||||||
|
#]
|
||||||
|
|
||||||
|
# This specifies the default location the client tries to connect to if no other
|
||||||
|
# URI is provided by the application
|
||||||
|
|
||||||
|
#uri_default = "libvirtd:///system"
|
Loading…
x
Reference in New Issue
Block a user