summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes NotFound exceptions to show the proper instance id in the ec2 api.Vishvananda Ishaya2011-09-011-0/+1
|\
| * Fix not found exceptions to properly use ec2_ips for not foundVishvananda Ishaya2011-08-231-0/+1
* | Fixed and improved the way instance "states" are set. Instead of relying on s...Brian Lamar2011-08-311-1/+1
|\ \
| * \ Merged trunk.Brian Lamar2011-08-291-0/+12
| |\ \
| * \ \ Merged trunk.Brian Lamar2011-08-251-0/+27
| |\ \ \
| * | | | Fix for trying rebuilds when instance is not active.Brian Lamar2011-08-241-1/+1
| * | | | Commit with test data in migration.Brian Lamar2011-08-241-0/+3
| * | | | Merged trunk.Brian Lamar2011-08-231-0/+22
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge and fix tests.Brian Lamar2011-08-221-3/+0
* | | | | fix FloatingIpAlreadyInUse to use correct string pattern, convert ApiErrors t...Anthony Young2011-08-301-1/+1
* | | | | disassociate floating ips before re-associating, and prevent re-association o...Anthony Young2011-08-301-0/+4
| |_|_|/ |/| | |
* | | | 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
| |\ \ \ | | | |/ | | |/|
| | * | 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
| | |\|
| | * | 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 with trunk and fixed broken unit testcasesTushar Patil2011-08-121-0/+4
| | |\ \ \
| | * \ \ \ Merged with trunkTushar Patil2011-08-091-1/+14
| | |\ \ \ \
| | * \ \ \ \ Resolve conflicts and fixed broken unit testcasesTushar Patil2011-08-081-0/+12
| | |\ \ \ \ \
| | * \ \ \ \ \ Merged with trunkTushar Patil2011-07-291-1/+6
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merged with trunk which includes ha-net changesTushar Patil2011-07-211-1/+6
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merged with TrunkTushar Patil2011-07-131-14/+49
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | add optional parameter networks to the Create server OS APITushar Patil2011-07-111-0/+26
| * | | | | | | | | | 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
|\| | | | | | | | |
| * | | | | | | | | 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
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | merged rev1418 and fixed code so that less than 1G image can be migratedKei masumoto2011-08-131-1/+30
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merged with trunkTushar Patil2011-08-091-1/+18
| | |\| | | | | |
| | * | | | | | | Initial versionTushar Patil2011-08-031-0/+4
| * | | | | | | | 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 nova-1411vladimir.p2011-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
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |