summaryrefslogtreecommitdiff
path: root/nova/objects/bandwidth_usage.py
Commit message (Expand)AuthorAgeFilesLines
* virt: Remove 'get_all_bw_counters' APIStephen Finucane2020-11-241-1/+4
* Stop handling 'update_cells' on 'BandwidthUsage.create'Stephen Finucane2019-05-201-2/+2
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Cleanup NovaObjectDictCompat from BandwidthUsageStephen Finucane2016-04-041-5/+3
* enginefacade: 'bw_usage', 'vol_usage' and 's3_image'Pavel Kholkin2015-12-221-2/+15
* Remove obj_relationships from objectsDan Smith2015-10-301-3/+0
* Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-4/+2
* Merge "Map uuid db field to instance_uuid in BandwidthUsage object"Jenkins2015-06-101-1/+4
|\
| * Map uuid db field to instance_uuid in BandwidthUsage objectAndrew Laski2015-06-081-1/+4
* | Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
|/
* Remove context from remotable call signatureDan Smith2015-03-181-1/+1
* Remove usage of remotable context parameter in bandwidth, block_deviceDan Smith2015-03-171-2/+2
* objects: remove dict compat support from all XXXList() objectsDaniel P. Berrange2014-12-121-3/+1
* objects: allow creation of objects without dict item compatDaniel P. Berrange2014-12-121-2/+6
* Add update_cells to BandwidthUsage.create()Andrew Laski2014-11-131-4/+9
* Allow _poll_bandwidth_usage task to hit slaveMikhail Durnosvistov2014-09-031-6/+11
* Add bandwidth usage objectMikhail Durnosvistov2014-09-031-0/+76