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.
---
I'd like add a couple more patches as a reaction to some reviews of this
series, namely, adding a new admin configuration file, adding a new common
public header file and also admin reimplementation of virGetVersion.

 src/libvirt-admin.conf | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 src/libvirt-admin.conf

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

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to