summaryrefslogtreecommitdiffstats
path: root/nova/vsa/api.py
Commit message (Expand)AuthorAgeFilesLines
* Replace ApiError with new exceptionsBrian Waldon2012-02-141-23/+16
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Backslash continuations (misc.)Zhongyue Luo2012-02-081-12/+11
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-8/+17
* Convert nova.volume.api.API to use volume objectsBrian Waldon2012-01-131-2/+2
* Remove a whole bunch of unused importsVishvananda Ishaya2012-01-131-1/+0
* PEP8 type comparison cleanuplzyeval2012-01-041-4/+4
* 'except:' to 'except Exception:' as per HACKINGJoe Gordon2011-12-271-1/+1
* removed create_volumes, added log & doc comment about experimental codevladimir.p2011-08-261-0/+6
* VSA code redesign. Drive types completely replaced by Volume typesvladimir.p2011-08-251-87/+61
* added virtio flag; associate address for VSA; cosmetic changes. Prior to volu...vladimir.p2011-08-241-4/+3
* removed VSA/drive_type code from EC2 cloud. changed nova-manage not to use cl...vladimir.p2011-08-121-1/+1
* moved vsa_id to metadata. Added search my metavladimir.p2011-08-111-1/+2
* Merge with nova. Moved user+access to flags. changes for log access modevladimir.p2011-08-091-4/+8
* returned vsa_manager, nova-manage arg and print changesvladimir.p2011-07-281-2/+0
* prior to nova-1336 mergevladimir.p2011-07-271-25/+16
* volume name change. some cleanupvladimir.p2011-07-251-4/+8
* some cleanup. VSA flag status changes. returned some filesvladimir.p2011-07-251-6/+16
* some cosmetic changes. Prior to merge proposalvladimir.p2011-07-241-17/+27
* Reverted volume driver partvladimir.p2011-07-221-1/+1
* localization changes. Removed vsa params from volume cloud API. Alex changesvladimir.p2011-07-181-4/+7
* Added auth info to XMLvladimir.p2011-07-181-0/+4
* VSA: first cut. merged with 1279vladimir.p2011-07-151-0/+407