summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/libvirt/volume/test_vzstorage.py
Commit message (Expand)AuthorAgeFilesLines
* Use force=True for os-brick disconnect during deletemelanie witt2023-05-101-1/+7
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* hacking: Resolve W605 (invalid escape sequence)Stephen Finucane2019-06-241-2/+3
* libvirt: vzstorage: Use 'writeback' QEMU cache modeKashyap Chamarthy2019-03-211-1/+1
* Remove unused argument from LibvirtDriver._disconnect_volumeMatthew Booth2017-12-171-3/+3
* Removed unused argument from LibvirtDriver._connect_volumeMatthew Booth2017-12-171-3/+1
* Vzstorage: synchronize volume connectEvgeny Antyshev2017-09-221-1/+4
* VStorage: changed default log pathPavel Gluschak2017-06-271-2/+2
* libvirt: Pass instance to connect_volume and disconnect_volumeMatthew Booth2017-05-081-3/+5
* Revert "libvirt: Pass instance to connect_volume and ..."Matt Riedemann2017-03-231-5/+3
* libvirt: Pass instance to connect_volume and disconnect_volumeMatthew Booth2017-02-281-3/+5
* Merge "Fix import statement order"Jenkins2016-11-031-2/+3
|\
| * Fix import statement orderTakashi NATSUME2016-10-311-2/+3
* | libvirt: Pass Host instead of Driver to volume driversMatthew Booth2016-11-011-6/+6
|/
* libvirt: add nova volume driver for vzstorageDmitry Guryanov2016-06-271-0/+109