GitHub user fitati opened a pull request:
https://github.com/apache/libcloud/pull/168
Update libvirt_driver.py
to start libvirt look up the node, by id or uuid or name, but for looking
up a halted node, you have to specify the name or the uuid because the id of
all halted node are -1, libvirt attribute a dynamic id to the nodes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fitati/libcloud patch-6
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/168.patch
----
commit 41322c3f12a991e440e0490d958b4a6b6c72ae34
Author: Fitati_Aymen <[email protected]>
Date: 2013-10-26T14:00:40Z
Update libvirt_driver.py
to start libvirt look up the node, by id or uuid or name, but for looking
up a halted node, you have to specify the name or the uuid because the id of
all halted node are -1, libvirt attribute a dynamic id to the nodes.
----