summaryrefslogtreecommitdiff
path: root/nova/virt/driver.py
Commit message (Expand)AuthorAgeFilesLines
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Improve shared storage checks for live migrationDmitry Borodaenko2014-07-151-4/+10
* VM diagnostics (v3 API only)Gary Kotton2014-07-091-0/+7
* virt: fix signature of set_admin_password methodDaniel P. Berrange2014-06-301-1/+1
* virt: use context & instance as param names in migrate APIsDaniel P. Berrange2014-06-301-26/+26
* virt: add get_instance_disk_info to virt driver APIDaniel P. Berrange2014-06-301-0/+22
* Merge "VMware: deprecate ESX driver from virt configuration"Jenkins2014-06-281-1/+1
|\
| * VMware: deprecate ESX driver from virt configurationGary Kotton2014-05-221-1/+1
* | Merge "Fix live_migration method's docstring"Jenkins2014-06-141-2/+2
|\ \
| * | Fix live_migration method's docstringChangBo Guo(gcb)2014-06-101-2/+2
* | | Don't translate debug level logs in nova.virtGary Kotton2014-06-081-2/+2
|/ /
* | Merge "Virt: ensure that instance_exists uses objects"Jenkins2014-06-061-2/+2
|\ \
| * | Virt: ensure that instance_exists uses objectsGary Kotton2014-05-281-2/+2
| |/
* | Fix docstring typo in need_legacy_block_device_infoMatt Riedemann2014-05-291-1/+1
|/
* Make instance_exists() take an instance, not instance_nameChris Behrens2014-04-211-3/+6
* Merge "Fix typo and add test for refresh_instance_security_rules"Jenkins2014-03-211-1/+1
|\
| * Fix typo and add test for refresh_instance_security_rulesMatt Riedemann2014-03-091-1/+1
* | Merge "add support for host driver cleanup during shutdown"Jenkins2014-03-151-0/+6
|\ \
| * | add support for host driver cleanup during shutdownShawn Hartsock2014-03-141-0/+6
* | | Merge "Make libvirt wait for neutron to confirm plugging before boot"Jenkins2014-03-141-0/+10
|\ \ \
| * | | Make libvirt wait for neutron to confirm plugging before bootDan Smith2014-03-101-0/+10
| | |/ | |/|
* | | Revert "Adding image multiple location support"Dan Smith2014-03-121-2/+0
|/ /
* | Add declaration of 'refresh_instance_security_rules' to virt driverGary Kotton2014-03-091-0/+9
* | Adding image multiple location supportZhi Yan Liu2014-03-051-0/+2
|/
* Make restore_instance pass the Instance object to compute managerDan Smith2014-02-281-1/+4
* Merge "Enable flake8 H404 checking"Jenkins2014-02-271-33/+17
|\
| * Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-33/+17
* | Update pre_live_migration to take instance objectRussell Bryant2014-02-261-4/+4
* | Remove unused method inject_file()Russell Bryant2014-02-261-0/+3
|/
* Update server_diagnostics to use instance objectRussell Bryant2014-02-261-1/+6
* Document virt driver methods that take Instance objectsDan Smith2014-02-251-25/+77
* Make interface attach and detach use objectsDan Smith2014-02-251-2/+8
* Pass instance object to soft_delete() and get_info()Dan Smith2014-02-251-1/+4
* Add device bus and type to virt attach_volume callNikola Dipanov2014-02-251-1/+1
* Adds RDP console supportAlessandro Pilotti2014-02-071-0/+8
* Convert set_admin_password to objectsMichael Still2014-02-071-3/+2
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Merge "Add preserve_ephemeral option to rebuild"Jenkins2014-01-251-1/+4
|\
| * Add preserve_ephemeral option to rebuildRoman Podoliaka2014-01-161-1/+4
* | Merge "xenapi: stop server destroy on live_migrate errors"Jenkins2014-01-171-0/+13
|\ \ | |/ |/|
| * xenapi: stop server destroy on live_migrate errorsJohn Garbutt2014-01-151-0/+13
* | Merge "Optimize libvirt live migration workflow at source"Jenkins2014-01-151-1/+19
|\ \ | |/ |/|
| * Optimize libvirt live migration workflow at sourceYaguang Tang2014-01-141-1/+19
* | Merge "Correct uses of :params in docstrings"Jenkins2014-01-151-8/+8
|\ \ | |/ |/|
| * Correct uses of :params in docstringsDirk Mueller2013-12-111-8/+8
* | Let drivers override default rebuild() behaviourRoman Podoliaka2014-01-091-0/+39
* | Revert graceful shutdown patchRussell Bryant2013-12-161-15/+4
* | Stop, Rescue, and Delete should give guest a chance to shutdownPhil Day2013-12-151-4/+15
* | Pass Instance object to console output virt driver apiRussell Bryant2013-12-121-2/+6
* | Update vnc virt driver api to take Instance objectRussell Bryant2013-12-121-2/+6
|/