Fix doc for libvirt driver

Changed example config parameters for libvirt driver to correct ones.

Change-Id: Ia572127a7957244e2df7e5a58bdaf5e4fd39e300
This commit is contained in:
Anton Studenov 2016-10-12 12:27:13 +03:00
parent 065bed3f65
commit b6486ce340
2 changed files with 2 additions and 4 deletions

View File

@ -34,8 +34,7 @@ library:
'power_management': {
'driver': 'libvirt',
'args': {
'address': 'host.local',
'username': 'root',
'connection_uri': 'qemu+unix:///system',
}
}
}

View File

@ -22,8 +22,7 @@ library:
'power_management': {
'driver': 'libvirt',
'args': {
'address': 'host.local',
'username': 'root',
'connection_uri': 'qemu+unix:///system',
}
}
}