-
Notifications
You must be signed in to change notification settings - Fork 923
Update libvirt_driver.py #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can you please provide a link to some reference documentation which says destroy doesn't take any argument? Thanks |
|
this is the libvirt official api reference link for destroy node, 2013/4/21 Tomaz Muraus notifications@github.com
Aymen Fitati |
|
I've merged this patch into trunk - http://svn.apache.org/viewvc?view=revision&revision=r1470327. You can close this pull request now, thanks. For the EC2 change and future contributions please open a ticket on our issue tracker (https://issues.apache.org/jira/browse/LIBCLOUD) and attach your patch there - thanks. |
For start node, in qemu: libvirt driver the stopped node don't have an id this why we cannot start node by ID, we juste start node from her name.Id is affected to the node after start
|
Hello, 2013/4/21 Tomaz Muraus notifications@github.com
Aymen Fitati |
|
@fitati Thanks, but I'll need more time to check this one and make sure it actually works and doesn't break anything. Currently there are no tests for libvirt driver so it's hard to do that. I will try to get some tests to trunk asap, but it would also be great if you can add some tests for this new / updated functionality. |
|
Hi, def lookupByID(self, id): 2013/4/25 Tomaz Muraus notifications@github.com
Aymen Fitati |
|
(just doing some pull request cleanup) @fitati - Those changes are not relevant anymore, can you please close this pull request? Thanks! |
the fonction destroy in libvirt dont take flags argument