You need to sign in or sign up before continuing.
  • D
    Allow overriding default URI in config file · e457d5ef
    Daniel P. Berrange 提交于
    Currently if the URI passed to virConnectOpen* is NULL, then we
    
     - Look for LIBVIRT_DEFAULT_URI env var
     - Probe for drivers
    
    This changes it so that
    
     - Look for LIBVIRT_DEFAULT_URI env var
     - Look for 'uri_default' in $HOME/.libvirt/libvirt.conf
     - Probe for drivers
    e457d5ef
virsh.pod 106.0 KB