summaryrefslogtreecommitdiffstats
path: root/nova/volume/api.py
Commit message (Expand)AuthorAgeFilesLines
* removes the nova-volume code from novaVishvananda Ishaya2012-10-281-511/+0
* Update quota when deleting volume that failed to be scheduledZhiteng Huang2012-09-181-4/+20
* Adds new volume API extensionsUnmesh Gurjar2012-09-181-7/+63
* Add admin actions extensionClay Gerrard2012-09-141-2/+2
* Add reservations parameter when cast "create_volume" to volume managerRongze Zhu2012-09-131-1/+2
* Add 'detaching' to volume statusRongze Zhu2012-09-121-0/+11
* Stop using scheduler RPC API magicMark McLoughlin2012-08-291-7/+7
* Move volume size validation to api layer.Eoghan Glynn2012-08-151-1/+11
* Default behavior should restrict admins to tenant for volumes.jakedahn2012-08-101-7/+19
* Send 'create volume from snapshot' to the proper hostZhuRongze2012-08-031-7/+37
* Don't create volumes if an incorrect size was givenMike Perez2012-07-201-0/+3
* Distinguish over-quota for volume size and number.Eoghan Glynn2012-07-041-4/+21
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Use rpc from openstack-common.Russell Bryant2012-06-201-1/+1
* Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-161-2/+2
* Cleans up extraneous volume_api callsVishvananda Ishaya2012-05-311-25/+4
* Move queue_get_for() from db to rpc.Russell Bryant2012-05-301-8/+8
* Grammar / spelling correctionsMatt Joyce2012-05-291-1/+1
* Finish quota refactor.Kevin L. Mitchell2012-05-231-2/+7
* Alphabetize importsJoe Gordon2012-05-141-1/+1
* Remove instance Foreign Key in volumes table, replace with instance_uuidJohn Griffith2012-05-101-2/+2
* Provide better quota error messages.Alex Meade2012-05-021-1/+1
* Improved localization testing.Yuriy Taraday2012-04-101-1/+1
* Allow snapshots in error state to be deleted.Anthony Young2012-03-301-2/+2
* Check that volume has no snapshots before deletionAnthony Young2012-03-291-0/+6
* Don't send snapshot requests through the schedulerVishvananda Ishaya2012-03-201-6/+7
* Allow errored volumes to be deletedVishvananda Ishaya2012-03-141-2/+6
* Add attaching state for VolumesLiam Kelleher2012-02-201-0/+10
* Replace ApiError with new exceptionsBrian Waldon2012-02-141-10/+15
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Backslash continuations (misc.)Zhongyue Luo2012-02-081-2/+2
* Add initiator to initialize_connectionVishvananda Ishaya2012-02-041-4/+4
* Add default policy ruleBrian Waldon2012-01-161-3/+4
* Add policy checks to Volume.APIBrian Waldon2012-01-151-0/+45
* Convert nova.volume.api.API to use volume objectsBrian Waldon2012-01-131-46/+42
* PEP8 type comparison cleanuplzyeval2012-01-041-1/+1
* Refactor of QuotaErrorJoe Gordon2011-11-101-1/+1
* Remove AoE, Clean up volume codeVishvananda Ishaya2011-10-111-4/+40
* VSA code redesign. Drive types completely replaced by Volume typesvladimir.p2011-08-251-42/+21
* merged with volume_types. no code refactoring yetvladimir.p2011-08-241-11/+78
|\
| * added volume metadata APIs (OS & volume layers), search volume by metadata & ...vladimir.p2011-08-231-4/+69
| * added volume_types APIsvladimir.p2011-08-231-3/+6
| * initial cut on volume type APIsvladimir.p2011-08-221-2/+6
* | VSA volume creation/deletion changesvladimir.p2011-07-261-2/+10
* | merged with 1320vladimir.p2011-07-251-1/+1
|\|
| * fixing typosBrian Waldon2011-07-251-1/+1
* | merge with 1305vladimir.p2011-07-221-3/+12
|\|
| * volume/api: introduce create_snapshot_force()Isaku Yamahata2011-06-221-2/+11
* | VSA: first cut. merged with 1279vladimir.p2011-07-151-9/+37
|/
* merge with nova trunkIsaku Yamahata2011-06-161-3/+4
|\