summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_volume.py
Commit message (Expand)AuthorAgeFilesLines
* removes the nova-volume code from novaVishvananda Ishaya2012-10-281-931/+0
* Updated code to update attach_time of a volume while detachingArathi2012-09-261-0/+2
* Adds new volume API extensionsUnmesh Gurjar2012-09-181-4/+237
* Merge "Add admin actions extension"Jenkins2012-09-181-0/+45
|\
| * Add admin actions extensionClay Gerrard2012-09-141-0/+45
* | Include volume_metadata with object on vol createJohn Griffith2012-09-171-1/+19
|/
* Add 'detaching' to volume statusRongze Zhu2012-09-121-0/+11
* Use volume driver specific exceptionsRonen Kat2012-09-071-1/+1
* Simplify setting up test notifierMark McLoughlin2012-09-071-3/+2
* Fix creation of iscsi targetsChuck Short2012-09-041-54/+11
* Merge "Move volume size validation to api layer."Jenkins2012-08-201-0/+53
|\
| * Move volume size validation to api layer.Eoghan Glynn2012-08-151-0/+53
* | Remove logging in volume testsRongze Zhu2012-08-171-22/+3
|/
* Create unique volumes_dir for testing.Dan Prince2012-08-091-1/+18
* Migrate a notifier patch from common:Andrew Bogott2012-08-031-1/+3
* Merge "Distinguish over-quota for volume size and number."Jenkins2012-07-111-0/+33
|\
| * Distinguish over-quota for volume size and number.Eoghan Glynn2012-07-041-0/+33
* | Switch to common notifiers.Andrew Bogott2012-07-061-2/+2
|/
* Switch to common logging.Andrew Bogott2012-07-021-2/+2
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* instance_destroy now only takes a uuid.Michael Still2012-06-091-2/+2
* Merge "convert virt drivers to fully dynamic loading"Jenkins2012-06-041-1/+1
|\
| * convert virt drivers to fully dynamic loadingSean Dague2012-05-311-1/+1
* | Backslash continuation removal (Nova folsom-2)Zhongyue Luo2012-05-311-4/+4
|/
* fixing issue with db.volume_update not returning the volume_refCraig Vyvial2012-05-301-1/+3
* Finish quota refactor.Kevin L. Mitchell2012-05-231-0/+16
* Alphabetize imports in nova/tests/Joe Gordon2012-05-181-1/+1
* Adding notifications for volumesCraig Vyvial2012-05-141-1/+32
* Remove instance Foreign Key in volumes table, replace with instance_uuidJohn Griffith2012-05-101-10/+15
* Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-071-1/+1
* Convert Volume and Snapshot IDs to use UUIDJohn Griffith2012-05-021-0/+15
* Use openstack.common.importutils.Russell Bryant2012-04-281-4/+4
* Allow snapshots in error state to be deleted.Anthony Young2012-03-301-0/+20
* Check that volume has no snapshots before deletionAnthony Young2012-03-291-0/+23
* Remove unnecessary setting up and down of mox and stuboutJohannes Erdfelt2012-03-021-4/+0
* Remove unnecessary variables from testsJohannes Erdfelt2012-03-011-1/+0
* Add exception SnapshotIsBusy to be handled as VolumeIsBusy.Yuriy Taraday2012-02-211-0/+42
* Allow file logging configJason Kölker2012-02-171-16/+1
* Replace ApiError with new exceptionsBrian Waldon2012-02-141-1/+1
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Add policy checks to Volume.APIBrian Waldon2012-01-151-0/+45
* Convert nova.volume.api.API to use volume objectsBrian Waldon2012-01-131-38/+43
* Fixes bug 888649Ollie Leahy2011-11-281-0/+28
* Allow the user to choose either ietadm or tgtadm (lp:819997)Mark McLoughlin2011-10-131-10/+6
* Remove VolumeDriver.sync_exec method (lp:819997)Mark McLoughlin2011-10-131-1/+0
* Remove AoE, Clean up volume codeVishvananda Ishaya2011-10-111-80/+2
* Removed most direct sudo calls, make them use run_as_root=True insteadThierry Carrez2011-08-051-4/+6
* merge with trunkIsaku Yamahata2011-07-081-1/+0
|\
| * merge with treyJason Koelker2011-06-061-1/+49
| |\
| * | instances don't need a mac_address to be created anymoreJason Kölker2011-05-261-1/+0