summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/test_block_device.py
Commit message (Expand)AuthorAgeFilesLines
* block_device: Add encryption attributes to image and ephemeral disksLee Yarwood2022-08-021-4/+20
* block_device: Add DriverImageBlockDevice to block_device_infoLee Yarwood2022-08-021-8/+46
* Remove double mockingBalazs Gibizer2022-08-021-131/+108
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* enable locking test fixtureSean Mooney2022-04-221-0/+3
* block_device: Ignore VolumeAttachmentNotFound during detachLee Yarwood2021-12-031-1/+13
* fup: Remove unused legacy block_device_info formatLee Yarwood2021-08-201-59/+0
* block_device: Copy original volume_type when missing for snapshot based volumesLee Yarwood2019-11-211-0/+31
* Merge "Create volume attachment during boot from volume in compute"Zuul2019-10-041-68/+91
|\
| * Create volume attachment during boot from volume in computeMatt Riedemann2019-09-211-68/+91
* | Merge "Use os-brick locking for volume attach and detach"Zuul2019-10-021-5/+4
|\ \ | |/ |/|
| * Use os-brick locking for volume attach and detachGorka Eguileor2019-09-131-5/+4
* | Centralize volume create code during boot from volumeMatt Riedemann2019-09-161-8/+9
|/
* Remove mox in virt/test_block_device.pyTakashi NATSUME2019-06-301-285/+271
* Merge "bdm: store empty object as connection_info by default"Zuul2019-06-241-0/+32
|\
| * bdm: store empty object as connection_info by defaultMohammed Naser2019-03-221-0/+32
* | Override the 'get' method in DriverBlockDevice classTakashi NATSUME2019-03-211-2/+5
|/
* Add compute version 36 to support ``volume_type``zhangbailin2018-10-111-16/+177
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* block_device: Rollback volumes to in-use on DeviceDetachFailedLee Yarwood2018-08-101-0/+2
* Merge "Expose driver_block_device fields consistently"Zuul2018-05-091-5/+29
|\
| * Expose driver_block_device fields consistentlyMatthew Booth2018-05-091-5/+29
* | Merge "Fix detach_volume calls when rolling back a failed attach"Zuul2018-05-091-8/+50
|\ \ | |/ |/|
| * Fix detach_volume calls when rolling back a failed attachMatt Riedemann2018-05-091-8/+50
* | Merge "Give volume DriverBlockDevice classes a common prefix"Zuul2018-05-081-75/+77
|\ \
| * | Give volume DriverBlockDevice classes a common prefixMatthew Booth2018-04-121-75/+77
| |/
* | Proxy is_volume through DriverBlockDeviceEric Fried2018-04-241-5/+9
|/
* Preserve multiattach flag when refreshing connection_infoMatt Riedemann2018-03-201-0/+33
* Pass user context to virt driver when detaching volumeMatt Riedemann2018-03-031-1/+1
* Avoid exploding if guest refuses to detach a volumeDan Smith2018-02-211-0/+18
* libvirt: fix native luks encryption failure to find volume_idMatt Riedemann2018-02-021-0/+25
* [libvirt] Allow multiple volume attachmentsIldiko Vancsa2018-01-181-0/+54
* Merge "Use volume shared_targets to lock during attach/detach"Zuul2018-01-091-7/+39
|\
| * Use volume shared_targets to lock during attach/detachMatt Riedemann2018-01-041-7/+39
* | Expose BDM uuid to driversMatthew Booth2018-01-021-5/+5
* | DriverBlockDevice: make subclasses inherit _proxy_as_attrMatthew Booth2018-01-021-0/+26
|/
* Pass mountpoint to volume attachment_updateMatt Riedemann2017-12-131-1/+2
* Add new style volume attachment support to block_device.pyJohn Griffith2017-12-071-51/+81
* Add attachment_get to refresh_connection_infoIldiko Vancsa2017-10-181-0/+24
* encryptors: Switch to os-brick encryptor classesLee Yarwood2017-04-251-1/+1
* Update detach to use V3 Cinder APIjohn.griffith8@gmail.com2017-04-201-0/+29
* Remove check_attachIldiko Vancsa2017-02-261-31/+25
* [3/3]Replace six.iteritems() with .items()Spencer Yu2017-02-091-5/+4
* block_device: Make refresh_conn_infos py3 compatibleLee Yarwood2016-10-111-0/+33
* Fix invalid uuid warnings in virt testcasessrushti2016-06-021-23/+27
* Revert "Pass host when call attach to Cinder"Ildiko Vancsa2016-01-271-5/+2
* Pass host when call attach to CinderIldiko Vancsa2016-01-201-2/+5
* DriverBlockDevice must receive a BDM object, not a dictMatt Riedemann2015-12-281-34/+74
* Replaces contextlib.nested with test.nestedClaudiu Belu2015-10-081-6/+4
* Only create volumes with instance.az if cinder.cross_az_attach is FalseMatt Riedemann2015-09-281-4/+99