mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 18:03:32 +00:00
3097282d86
There is no need to have the libvirt-admin.so library definition in the src directory. In addition the library uses directly code from admin sub-directory so move the remaining bits there as well. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
17 lines
450 B
Plaintext
17 lines
450 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 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"
|