Added username support for libvirt over SSH

This commit is contained in:
Jurrian van Iersel
2016-01-09 14:20:57 +01:00
parent af95e46a50
commit 93e76a2b5a
3 changed files with 11 additions and 3 deletions
+1
View File
@@ -488,6 +488,7 @@ This array can be used to filter out syslog messages that you don't want to be s
```php
$config['enable_libvirt'] = 1;
$config['libvirt_protocols'] = array("qemu+ssh","xen+ssh");
$config['libvirt_username'] = 'root';
```
Enable this to switch on support for libvirt along with `libvirt_protocols`
to indicate how you connect to libvirt. You also need to: