]> xenbits.xensource.com Git - libvirt.git/commitdiff
admin: Introduce libvirt-admin.conf
authorErik Skultety <eskultet@redhat.com>
Thu, 12 Nov 2015 14:30:43 +0000 (15:30 +0100)
committerErik Skultety <eskultet@redhat.com>
Mon, 30 Nov 2015 08:36:19 +0000 (09:36 +0100)
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.

src/libvirt-admin.conf [new file with mode: 0644]

diff --git a/src/libvirt-admin.conf b/src/libvirt-admin.conf
new file mode 100644 (file)
index 0000000..d7cf12a
--- /dev/null
@@ -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"