summaryrefslogtreecommitdiff
path: root/nova/virt/virtapi.py
Commit message (Expand)AuthorAgeFilesLines
* Add a way to exit early from a wait_for_instance_event()Dan Smith2019-12-021-0/+3
* Add VirtAPI.update_compute_provider_statusMatt Riedemann2019-07-021-0/+11
* Remove unused provider firewall rules functionality in novaHans Lindgren2016-02-011-6/+0
* Deprecate and remove agent_build_get_by_triple()Dan Smith2014-06-251-10/+0
* Remove unused instance_update() method from virtapiDan Smith2014-05-091-10/+0
* Remove compute virtapi BDM methodsNikola Dipanov2014-03-071-9/+0
* Make compute manager's virtapi support waiting for eventsDan Smith2014-03-061-0/+7
* Deprecate conductor instance_type_get() and remove from VirtAPIDan Smith2014-02-281-7/+0
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Use objects internally in DriverBlockDevice classNikola Dipanov2014-01-301-7/+0
* Rename virtapi.instance_type_get to flavor_getMatt Riedemann2013-11-131-3/+3
* Remove security_group-related methods from VirtAPIDan Smith2013-10-301-16/+0
* Remove aggregate metadata methods from conductor and virtapiDan Smith2013-10-151-26/+0
* Fixes typos in virt filesAlex Glikson2013-10-071-1/+1
* Enable libvirt driver to use the new BDM formatNikola Dipanov2013-09-051-0/+7
* Add block_device_mapping_get_all_by_instance to virtapiRussell Bryant2013-08-301-0/+9
* Remove unused methods from VirtAPIDan Smith2013-06-071-14/+0
* Add instance_type_get() to virt apiDan Smith2013-02-281-0/+7
* Move security_group operations in VirtAPI to conductorDan Smith2012-12-151-5/+5
* Move remaining aggregate operations to conductorDan Smith2012-12-121-4/+4
* Make nova/virt use aggregate['metadetails']Dan Smith2012-12-101-8/+0
* Ban db import from nova/virtDan Smith2012-11-121-3/+0
* Move agent_build_get_by_triple to VirtAPIDan Smith2012-11-121-0/+10
* Move security groups and firewall ops to VirtAPIDan Smith2012-11-081-0/+22
* Move host aggregate operations to VirtAPIDan Smith2012-11-081-0/+34
* Remove db.instance_get* from nova/virtDan Smith2012-11-021-0/+14
* Introduce VirtAPI to nova/virtDan Smith2012-11-011-0/+30