summaryrefslogtreecommitdiff
path: root/nova/objects/block_device.py
Commit message (Expand)AuthorAgeFilesLines
* BlockDeviceMapping: Add is_local propertyLee Yarwood2022-08-021-0/+5
* BlockDeviceMapping: Add encryption fieldsLee Yarwood2022-08-021-14/+33
* db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'Stephen Finucane2021-08-091-5/+4
* fup: Merge duplicate volume attachment checksLee Yarwood2021-02-041-1/+18
* Remove 'bdm_(update_or_create|destroy)_at_top'Stephen Finucane2019-04-161-37/+0
* Add volume_type field to BlockDeviceMapping objectzhangbailin2018-09-281-1/+6
* Use nova.db.api directlyChris Dent2018-07-101-1/+1
* Add an online migration for BDM.uuidMatthew Booth2018-01-021-0/+16
* Make BlockDeviceMapping object support uuidDan Smith2017-12-171-2/+54
* Fix AttributeError in BlockDeviceMapping.obj_load_attrMatt Riedemann2017-10-251-2/+2
* Remove translation of log messagesNgo Quoc Cuong2017-06-211-3/+3
* objects: Add attachment_id to BlockDeviceMappingLee Yarwood2017-03-161-1/+5
* Add tag column to vifs and bdmArtom Lifshitz2016-04-011-1/+9
* Use SensitiveStringField for BlockDeviceMapping.connection_infoMatt Riedemann2016-03-051-1/+1
* enginefacade: 'block_device_mapping'Sergey Nikitin2016-01-201-4/+18
* Fix undetected races when getting BDMs by volume idDan Smith2016-01-141-4/+39
* Replace backtick with apostrophe in lazy-loading debug logMatt Riedemann2016-01-041-1/+1
* Replace N block_device_mapping queries with 1Diana Clarke2015-11-121-1/+35
* Remove obj_relationships from objectsDan Smith2015-10-301-15/+0
* Merge "Remove unused root_metadata method of BlockDeviceMappingList"Jenkins2015-09-161-20/+0
|\
| * Remove unused root_metadata method of BlockDeviceMappingListFeodor Tersin2015-09-021-20/+0
* | objects: Hook migration object into InstanceNikola Dipanov2015-09-031-4/+6
|/
* Cells: Improve block device mapping update/create callsAndrew Laski2015-08-281-1/+9
* Fix test_relationships() for subobject versionsRyan Rossiter2015-08-071-4/+8
* Change List objects to use obj_relationshipsRyan Rossiter2015-07-311-16/+6
* Added method exists to the Tag objectSergey Nikitin2015-07-091-3/+6
* Add BlockDeviceType enum fieldMatt Riedemann2015-07-011-3/+6
* Add BlockDeviceDestinationType enum fieldMatt Riedemann2015-07-011-4/+10
* Add BlockDeviceSourceType enum fieldMatt Riedemann2015-07-011-4/+7
* Cells: Skip initial sync of block_device_mappingAndrew Laski2015-06-111-1/+5
* Begin the transition to an explicit object registryDan Smith2015-06-081-0/+2
* Detect empty result when calling objects.BlockDeviceMapping.save()Hans Lindgren2015-05-211-0/+2
* Replace iter.next() with next(iter)Victor Stinner2015-05-131-1/+1
* Add EC2Ids object and link to Instance object as optional attributeHans Lindgren2015-04-121-3/+6
* Remove context from remotable call signatureDan Smith2015-03-181-4/+4
* Remove usage of remotable context parameter in bandwidth, block_deviceDan Smith2015-03-171-6/+6
* Use oslo.logDavanum Srinivas2015-02-221-1/+2
* Make compute API create() use BDM objectsNikola Dipanov2015-02-171-0/+6
* Add vcpu_model to instance objectyunhong jiang2015-02-121-3/+7
* Add update_or_create flag to BDM objects create()Nikola Dipanov2015-01-301-6/+37
* Add flavor fields to Instance objectDan Smith2015-01-291-3/+6
* Fix Instance relationships in two objectsDan Smith2014-12-191-1/+1
* 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
* Make objects use the generalized backport schemeDan Smith2014-12-111-15/+4
* Added objects Tag and TagListSergey Nikitin2014-12-021-2/+5
* Make pci_requests a proper field on Instance objectDan Smith2014-10-221-2/+9
* Undo changes to obj_make_compatibleVishvananda Ishaya2014-09-251-1/+6
* Make obj_make_compatible consistentVishvananda Ishaya2014-09-141-2/+1
* Add request_id in PciDeviceRobert Li2014-09-101-5/+8