summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdanwent@gmail.com2011-08-281-0/+39
|\
| * VSA code redesign. Drive types completely replaced by Volume typesvladimir.p2011-08-251-12/+0
| * merged with volume_types. no code refactoring yetvladimir.p2011-08-241-0/+59
| |\
| | * merged with rev.1485vladimir.p2011-08-241-0/+32
| | |\
| | * | initial cut on volume type APIsvladimir.p2011-08-221-0/+4
| | * | added volume metadata. Fixed test_volume_types_extra_specsvladimir.p2011-08-181-0/+5
| | * | first cut on types & extra-data (only DB work, no tests)vladimir.p2011-08-181-0/+18
| * | | merged with nova-1450vladimir.p2011-08-171-0/+17
| |\| |
| * | | merged with nova-1411vladimir.p2011-08-091-1/+14
| |\ \ \
| * \ \ \ Merge with nova. Moved user+access to flags. changes for log access modevladimir.p2011-08-091-0/+8
| |\ \ \ \
| * \ \ \ \ merged with 1382vladimir.p2011-08-051-0/+8
| |\ \ \ \ \
| * \ \ \ \ \ merged with nova-1336vladimir.p2011-07-281-1/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge with 1305vladimir.p2011-07-221-1/+6
| |\ \ \ \ \ \ \
| * | | | | | | | VSA: first cut. merged with 1279vladimir.p2011-07-151-0/+20
* | | | | | | | | use 'uuid' field in networks table rather than 'bridge'. Specify project_id ...Dan Wendlandt2011-08-281-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merged from trunk,resolved conflicts and fixed broken unit tests due to chang...Tushar Patil2011-08-221-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | add/remove security groups to/from the servers as server actionsTushar Patil2011-08-201-0/+10
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Fixed review commentsTushar Patil2011-08-191-5/+1
* | | | | | | | Resolved conflicts and merged with trunkTushar Patil2011-08-161-0/+4
|\| | | | | | |
| * | | | | | | Validate the size of VHD files in OVF containers.Josh Kearney2011-08-161-0/+4
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merged trunk.Josh Kearney2011-08-121-0/+4
| | |\ \ \ \ \ \ \
| | * | | | | | | | Check compressed image size and PEP8 cleanup.Josh Kearney2011-08-111-0/+4
| | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | Added uuid for networks and made changes to the Create server API format to a...Tushar Patil2011-08-161-2/+2
* | | | | | | | | Merged trunkTushar Patil2011-08-151-0/+9
|\| | | | | | | |
| * | | | | | | | merged rev1418 and fixed code so that less than 1G image can be migratedKei masumoto2011-08-131-1/+30
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | merged trunk rev1348Kei Masumoto2011-08-021-1/+6
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | merged recent trunkKei Masumoto2011-07-271-1/+6
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | fixed reviewer's comment. 1. ctxt -> context, 2. erase unnecessary exception ...Kei Masumoto2011-07-191-14/+49
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | fix reviewer's commentKei Masumoto2011-07-121-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | fix conflictKei Masumoto2011-07-111-12/+45
| |\| | | | | | | |
| * | | | | | | | | fixed a bug which prevents suspend/resume after block-migrationKei Masumoto2011-07-051-0/+25
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fixed reviewer's comment. 1. adding dest-instance-dir deleting operation to n...Kei Masumoto2011-06-211-0/+4
| * | | | | | | | | | merged rev trunk 1198Kei Masumoto2011-06-201-0/+4
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merged trunk rev 1178Kei Masumoto2011-06-151-0/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | block migration feature addedKei Masumoto2011-06-111-0/+5
* | | | | | | | | | | | | Merged with trunk and fixed broken unit testcasesTushar Patil2011-08-121-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merged with trunkTushar Patil2011-08-091-1/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Initial versionTushar Patil2011-08-031-0/+4
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merged with trunkTushar Patil2011-08-091-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Initial validation for ec2 security groups name.Dave Walker (Daviey)2011-08-091-0/+6
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge with trunk, resolving merge conflictDave Walker (Daviey)2011-08-061-2/+24
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | pep8'dDave Walker (Daviey)2011-07-181-2/+4
| | * | | | | | | | | | | Some basic validation for creating ec2 security groups. (LP: #715443)Dave Walker (Daviey)2011-07-171-0/+4
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Import sys as wellJohannes Erdfelt2011-08-081-0/+1
| * | | | | | | | | | | Save exception and re-raise that instead of depending on thread localJohannes Erdfelt2011-08-081-1/+7
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Resolve conflicts and fixed broken unit testcasesTushar Patil2011-08-081-0/+12
|\| | | | | | | | | |
| * | | | | | | | | | glance image service paginationBrian Waldon2011-08-051-0/+4
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | FlavorNotFound already existed, no need to create another exception.Brian Lamar2011-07-291-4/+0
| * | | | | | | | | Created exceptions for accepting in OSAPI, and handled them appropriately.Brian Lamar2011-07-291-0/+12
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merged with trunkTushar Patil2011-07-291-1/+6
|\| | | | | | | |