From b6486ce340ffd5e758ce8c5eceb821fc5a1b0243 Mon Sep 17 00:00:00 2001 From: Anton Studenov <astudenov@mirantis.com> Date: Wed, 12 Oct 2016 12:27:13 +0300 Subject: [PATCH] Fix doc for libvirt driver Changed example config parameters for libvirt driver to correct ones. Change-Id: Ia572127a7957244e2df7e5a58bdaf5e4fd39e300 --- README.rst | 3 +-- doc/source/usage.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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', } } }