libvirt-admin.conf 450 B

12345678910111213141516
  1. #
  2. # This can be used to setup URI aliases for frequently
  3. # used connection URIs. Aliases may contain only the
  4. # characters a-Z, 0-9, _, -.
  5. #
  6. # Following the '=' may be any valid libvirt admin connection
  7. # URI, including arbitrary parameters
  8. #uri_aliases = [
  9. # "admin=libvirtd:///system",
  10. #]
  11. # This specifies the default location the client tries to connect to if no other
  12. # URI is provided by the application
  13. #uri_default = "libvirtd:///system"