diff --git a/README.rst b/README.rst index 28e2d2e..53339dd 100644 --- a/README.rst +++ b/README.rst @@ -34,8 +34,7 @@ library: 'power_management': { 'driver': 'libvirt', 'args': { - 'address': 'host.local', - 'username': 'root', + 'connection_uri': 'qemu+unix:///system', } } } diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 825e053..6e47611 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -22,8 +22,7 @@ library: 'power_management': { 'driver': 'libvirt', 'args': { - 'address': 'host.local', - 'username': 'root', + 'connection_uri': 'qemu+unix:///system', } } }