From: Erik Skultety Date: Thu, 12 Nov 2015 14:30:43 +0000 (+0100) Subject: admin: Introduce libvirt-admin.conf X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=48cd3dfa668e5033b02dd029c2e6de558a3c4583;p=libvirt.git 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. --- diff --git a/src/libvirt-admin.conf b/src/libvirt-admin.conf new file mode 100644 index 0000000000..d7cf12a2a0 --- /dev/null +++ b/src/libvirt-admin.conf @@ -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"