Skip to content

Commit

Permalink
admin: Introduce libvirt-admin.conf
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eskultety committed Nov 30, 2015
1 parent a20b623 commit 48cd3df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/libvirt-admin.conf
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 48cd3df

Please sign in to comment.