summaryrefslogtreecommitdiff
path: root/nova/vsa
Commit message (Expand)AuthorAgeFilesLines
* Replace ApiError with new exceptionsBrian Waldon2012-02-141-23/+16
* Standardize logging delaration and useJason Kölker2012-02-142-2/+2
* Remove the last of the gflags shim layerMark McLoughlin2012-02-102-2/+2
* Backslash continuations (misc.)Zhongyue Luo2012-02-082-24/+21
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-032-2/+2
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-282-10/+24
* Convert nova.volume.api.API to use volume objectsBrian Waldon2012-01-132-3/+3
* 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-255-227/+169
* added virtio flag; associate address for VSA; cosmetic changes. Prior to volu...vladimir.p2011-08-246-9/+3
* removed VSA/drive_type code from EC2 cloud. changed nova-manage not to use cl...vladimir.p2011-08-122-3/+18
* moved vsa_id to metadata. Added search my metavladimir.p2011-08-112-2/+2
* Dropped vsa_id from instancesvladimir.p2011-08-091-1/+2
* Merge with nova. Moved user+access to flags. changes for log access modevladimir.p2011-08-092-4/+12
* returned vsa_manager, nova-manage arg and print changesvladimir.p2011-07-281-2/+0
* prior to nova-1336 mergevladimir.p2011-07-272-26/+17
* volume name change. some cleanupvladimir.p2011-07-251-4/+8
* some cleanup. VSA flag status changes. returned some filesvladimir.p2011-07-256-12/+26
* some cosmetic changes. Prior to merge proposalvladimir.p2011-07-241-17/+27
* Reverted volume driver partvladimir.p2011-07-222-14/+15
* localization changes. Removed vsa params from volume cloud API. Alex changesvladimir.p2011-07-183-14/+11
* Added auth info to XMLvladimir.p2011-07-181-0/+4
* added missing drive_types.pyvladimir.p2011-07-151-0/+106
* VSA: first cut. merged with 1279vladimir.p2011-07-155-0/+644