summaryrefslogtreecommitdiff
path: root/nova/tests/unit/fake_volume.py
Commit message (Expand)AuthorAgeFilesLines
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Remove check_detachIldiko Vancsa2017-07-201-12/+0
* Remove check_attachIldiko Vancsa2017-02-261-7/+1
* Replace uuid4() with uuidsentinelhussainchachuliya2016-11-291-5/+4
* config options: centralize cinder optionsJiajun Liu2016-03-151-4/+2
* Revert "Pass host when call attach to Cinder"Ildiko Vancsa2016-01-271-2/+1
* Pass host when call attach to CinderIldiko Vancsa2016-01-201-1/+2
* Pass attachment_id to Cinder when detach a volumeKrisztian Gacsal2016-01-201-7/+15
* __getitem__ method not returning valueankitagrawal2015-08-071-2/+2
* Cleanup unused method fake_set_snapshot_idKenji Yasui2015-07-101-3/+0
* Removed twice declared variablesSergey Nikitin2015-04-291-2/+1
* Fix wrong log output in nova/nova/tests/unit/fake_volume.pyMitsuhiro SHIGEMATSU2015-03-101-1/+1
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Quiesce boot from volume instances during live snapshotTomoki Sekiyama2015-02-161-2/+2
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* Merge "Enable check for H238 rule"Jenkins2015-01-211-3/+3
|\
| * Enable check for H238 ruleSergey Nikitin2015-01-201-3/+3
* | Don't translate exceptions in testsMike Durnosvistov2015-01-211-5/+4
|/
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+290