summaryrefslogtreecommitdiff
path: root/nova/virt/libvirt/host.py
Commit message (Expand)AuthorAgeFilesLines
* Removed the host FQDN from the exception messagePraharshitha Metla2020-09-171-1/+1
* libvirt: Fix getting a wrong guest objectWonil Choi2017-08-281-1/+1
* Remove translation of log messagesNgo Quoc Cuong2017-06-131-20/+16
* Merge "Avoid multiple initializations of Host class"Jenkins2017-02-251-0/+5
|\
| * Avoid multiple initializations of Host classXuanzhou Perry Dong2016-12-261-0/+5
* | Fix the spelling mistake in host.pyzhuzeyu2017-02-091-2/+2
* | [py35] Fixes to get rally scenarios workingDavanum Srinivas2017-01-131-1/+1
* | Merge "libvirt: Stop misusing NovaException"Jenkins2017-01-091-8/+6
|\ \
| * | libvirt: Stop misusing NovaExceptionStephen Finucane2016-12-151-8/+6
* | | Merge "libvirt: Flatten 'get_domain' function"Jenkins2017-01-081-26/+21
|\ \ \ | |/ /
| * | libvirt: Flatten 'get_domain' functionStephen Finucane2016-12-141-26/+21
* | | Merge "libvirt: Remove slowpath listing of instances"Jenkins2017-01-031-71/+4
|\ \ \ | |/ / | | / | |/ |/|
| * libvirt: Remove slowpath listing of instancesStephen Finucane2016-12-141-71/+4
* | Fix python3 issues with devstackDavanum Srinivas2016-12-211-1/+4
|/
* libvirt: Call host connection callbacks asynchronouslyMatthew Booth2016-11-231-20/+66
* Merge "libvirt: cleanup never used migratable flag checking"Jenkins2016-10-131-7/+0
|\
| * libvirt: cleanup never used migratable flag checkingEli Qiao2016-09-201-7/+0
* | Add a hacking rule for string interpolation at loggingTakashi NATSUME2016-10-111-1/+1
* | Return instance of Guest from method write_instance_configChangBo Guo(gcb)2016-09-231-2/+3
|/
* libvirt: cleanup baselineCPU return value checkingEli Qiao2016-06-151-5/+1
* libvirt: add "get_job_info" to Guest's objectSahid Orentino Ferdjaoui2016-06-021-115/+0
* Config options: Centralize netconf optionsPushkar Umaranikar2016-04-241-4/+2
* libvirt: move graphic/serial consoles check to pre_live_migrationSahid Orentino Ferdjaoui2016-04-121-0/+7
* Replace deprecated LOG.warn with LOG.warningSwapnil Kulkarni (coolsvap)2016-03-151-6/+6
* Fix string interpolations at logging callsTakashi NATSUME2016-03-071-2/+2
* libvirt: don't attempt to get baseline cpu features if host cpu model is NoneMatt Riedemann2016-03-011-1/+4
* Fix typos in nova/scheduler and nova/virtTakashi NATSUME2016-02-011-1/+1
* Use of six.PY3 should be forward compatibleEric Brown2016-01-171-1/+1
* Fix unit tests on Mac OS XDiana Clarke2016-01-081-6/+9
* Merge "libvirt: verify cpu bw policy capability for host"Jenkins2016-01-081-0/+14
|\
| * libvirt: verify cpu bw policy capability for hostSahid Orentino Ferdjaoui2016-01-041-0/+14
* | Wrong usage of "a"hgangwx2015-12-261-2/+2
|/
* libvirt: wrapper list_guests to Host's objectSahid Orentino Ferdjaoui2015-12-181-6/+16
* Enables py3 unit tests for libvirt.host moduleClaudiu Belu2015-12-031-2/+2
* Use version convert methods from oslo_utils.versionutilsChangBo Guo(gcb)2015-11-251-2/+4
* Merge "Add hacking check for eventlet.spawn()"Jenkins2015-10-081-2/+1
|\
| * Add hacking check for eventlet.spawn()Ryan Rossiter2015-08-131-2/+1
* | libvirt: move domain info to guestSahid Orentino Ferdjaoui2015-08-261-7/+7
|/
* libvirt: don't open connection in driver constructorDaniel P. Berrange2015-08-071-0/+1
* Set autodoc_index_modules=True so tox -e docs builds module docs againMatt Riedemann2015-07-301-2/+3
* Removed a non-conditional 'if' statementDave Walker (Daviey)2015-06-081-19/+16
* libvirt: introduce method get_guest to Host objectSahid Orentino Ferdjaoui2015-06-041-0/+12
* Fix version unit test on Python 3Victor Stinner2015-05-251-1/+2
* unify libvirt driver checks for qemuChris Friesen2015-05-071-0/+10
* libvirt: add method to compare cpu to HostSahid Orentino Ferdjaoui2015-05-071-0/+4
* libvirt: add method to list pci devices to HostSahid Orentino Ferdjaoui2015-05-071-0/+7
* libvirt: add method to get device by name to HostSahid Orentino Ferdjaoui2015-05-071-0/+8
* libvirt: add method to define instance to hostSahid Orentino Ferdjaoui2015-05-071-0/+9
* libvirt: add method to get cpu stats to hostSahid Orentino Ferdjaoui2015-05-071-0/+9
* libvirt: add method to get hardware info to HostSahid Orentino Ferdjaoui2015-04-291-0/+60