summaryrefslogtreecommitdiff
path: root/nova/block_device.py
Commit message (Expand)AuthorAgeFilesLines
* BlockDeviceMapping: Add encryption fieldsLee Yarwood2022-08-021-1/+3
* Fix typosRajesh Tailor2022-05-301-1/+1
* fup: Remove unused legacy block_device_info formatLee Yarwood2021-08-201-24/+0
* virt: Remove 'is_xenapi' helperStephen Finucane2020-09-111-5/+1
* utils: Move 'get_bdm_image_metadata' to nova.block_deviceStephen Finucane2020-07-081-1/+91
* hacking: Resolve W605 (invalid escape sequence)Stephen Finucane2019-06-241-2/+2
* Add method to generate device names universallyTsuyoshi Nagata2019-01-151-0/+26
* Add microversion 2.67 to support volume_typezhangbailin2018-10-121-1/+14
* Add volume_type field to BlockDeviceMapping objectzhangbailin2018-09-281-1/+1
* Add uuid column to BlockDeviceMappingDan Smith2017-12-171-1/+1
* Improve error message on invalid BDM fieldsMatthew Booth2017-12-081-3/+4
* Remove unused global variablesMatthew Booth2017-11-251-11/+0
* db: Add attachment_id to block_device_mappingLee Yarwood2017-03-161-1/+1
* Merge "Fix some typo errors"Jenkins2017-02-231-3/+3
|\
| * Fix some typo errorsyuhui_inspur2017-02-161-3/+3
* | Remove unused validation code from block_deviceKen'ichi Ohmichi2017-02-091-15/+9
* | Allow None for block_device_mapping_v2.boot_indexMatt Riedemann2017-02-081-1/+7
|/
* [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-4/+4
* compute: fixes python 3 related unit testsClaudiu Belu2016-10-181-1/+3
* Add tag column to vifs and bdmArtom Lifshitz2016-04-011-1/+1
* virt: refactor method compute_driver_matchesChangBo Guo(gcb)2016-03-101-1/+1
* config options: Centralise 'virt.driver' optionsStephen Finucane2016-02-111-3/+2
* Adding guard on None value for some helpers methodAndrea Rosa2016-01-281-2/+2
* libvirt: sort block_device_list in volume_in_mapping logMatt Riedemann2016-01-051-1/+1
* snapshot: Add device_name to the snapshot bdmsNikola Dipanov2015-07-021-2/+3
* Fix wrong check when use image in localwangxiyuan2015-06-181-2/+5
* Merge "Add the swap and ephemeral BDMs if needed"Jenkins2015-06-101-0/+11
|\
| * Add the swap and ephemeral BDMs if neededXavier Queralt2015-05-271-0/+11
* | snapshot: Copy some missing attrs to the snapshot bdmsNikola Dipanov2015-06-021-1/+2
* | bdm: Make sure that delete_on_termination is a booleanNikola Dipanov2015-06-021-0/+2
|/
* Replace dict.iteritems() with six.iteritems(dict)Victor Stinner2015-05-221-3/+4
* Replace iter.next() with next(iter)Victor Stinner2015-05-131-1/+1
* Release bdm constraint source and dest typejichenjc2015-03-201-3/+8
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* Merge "libvirt: fix failure when attaching volume to iso instance"Jenkins2015-02-021-2/+2
|\
| * libvirt: fix failure when attaching volume to iso instancekiwik-chenrui2015-02-021-2/+2
* | Merge "Reject unsupported image to local BDM"Jenkins2015-02-021-0/+4
|\ \ | |/ |/|
| * Reject unsupported image to local BDMBalazs Gibizer2014-12-081-0/+4
* | Performance: leverage dict comprehension in PEP-0274ChangBo Guo(gcb)2015-01-161-7/+5
* | Add API schema for v2.1 block_device_mapping extensionYuiko Takada2014-12-121-0/+3
|/
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
* Allow empty volumes to be createdThang Pham2014-08-081-2/+6
* Merge "Prepend '/dev/' to supplied dev names in the API"Jenkins2014-08-081-0/+2
|\
| * Prepend '/dev/' to supplied dev names in the APINikola Dipanov2014-07-101-0/+2
* | Method to filter non-root block device mappingsVladik Romanovsky2014-07-241-0/+8
* | Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* | Make BDM dict __init__ behave more like a dictNikola Dipanov2014-07-171-1/+2
* | Merge "Run instance root device determination fix."Jenkins2014-07-111-0/+10
|\ \ | |/
| * Run instance root device determination fix.ftersin2014-05-291-0/+10