summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
Commit message (Expand)AuthorAgeFilesLines
* added deprecated.warn helper methodSean Dague2012-06-181-0/+4
* Remove unused DB callsJoe Gordon2012-06-121-4/+0
* add unit tests for new virt driver loaderSean Dague2012-06-111-0/+4
* Rename image to image_id.Rick Harris2012-06-081-1/+1
* Convert consoles to use instance uuid.Michael Still2012-06-071-2/+2
* Migrate instance_metadata to use a uuid to refer to instances.Michael Still2012-06-061-1/+1
* fix the instance quota overlimit messagePádraig Brady2012-06-051-2/+2
* Merge "Eliminate a race condition on instance deletes."Jenkins2012-06-051-0/+5
|\
| * Eliminate a race condition on instance deletes.Mark Washenberger2012-05-311-0/+5
* | Make sure an exception is logged when config file isn't foundJohannes Erdfelt2012-05-311-6/+4
|/
* Finish quota refactor.Kevin L. Mitchell2012-05-231-0/+4
* Rearchitect quota checking to partially fix bug 938317.Kevin L. Mitchell2012-05-161-0/+25
* Stop using nova.exception from nova.rpc.Russell Bryant2012-05-151-4/+0
* Create an internal key pair API.Dan Prince2012-05-141-0/+4
* Remove instance Foreign Key in volumes table, replace with instance_uuidJohn Griffith2012-05-101-1/+4
* Merge "Remove state altering in live-migration code"Jenkins2012-05-081-4/+0
|\
| * Remove state altering in live-migration codeVishvananda Ishaya2012-05-041-4/+0
* | Merge "Find context arg by type rather than by name."Jenkins2012-05-081-13/+11
|\ \
| * | Find context arg by type rather than by name.Andrew Bogott2012-05-041-13/+11
* | | Replaces exceptions.Error with NovaExceptionAlex Meade2012-05-071-52/+45
|/ /
* / Add instance_system_metadata modeling.Rick Harris2012-05-041-0/+5
|/
* Pass context to notification drivers when we can.Andrew Bogott2012-05-021-2/+26
* Provide better quota error messages.Alex Meade2012-05-021-0/+29
* Remove python-novaclient dependency from nova.Dan Prince2012-04-111-1/+0
* Merge "Log kwargs on a failed String Format Operation"Jenkins2012-04-101-0/+5
|\
| * Log kwargs on a failed String Format OperationAndrew Clay Shafer2012-04-101-0/+5
* | Improved localization testing.Yuriy Taraday2012-04-101-1/+1
|/
* Delete fixed_ips when network is deletedVishvananda Ishaya2012-04-091-0/+4
* Implement quota classes.Kevin L. Mitchell2012-03-201-0/+4
* Fix run/terminate race conditions.Anthony Young2012-03-161-0/+4
* Remove Virtual Storage Array (VSA) codeBrian Waldon2012-03-151-12/+0
* Merge "Fixes for ec2 images"Jenkins2012-03-061-1/+5
|\
| * Fixes for ec2 imagesVishvananda Ishaya2012-03-021-1/+5
* | Merge "Retry download_vhd with different glance host each time"Jenkins2012-03-051-0/+4
|\ \
| * | Retry download_vhd with different glance host each timeJohannes Erdfelt2012-03-021-0/+4
| |/
* / assertRaises(Exception, ...) considered harmfulJohannes Erdfelt2012-03-041-0/+4
|/
* Fail gracefully when the db doesn't speak unicodeMike Lundy2012-03-021-0/+7
* Add missing format string type on some exception messagesJohannes Erdfelt2012-03-011-4/+5
* Rename zones table to cells and Instance.zone_name to cell_nameChris Behrens2012-02-281-3/+3
* Call detach_volume when attach failsBrian Waldon2012-02-271-0/+4
* Merge "Add exception SnapshotIsBusy to be handled as VolumeIsBusy."Jenkins2012-02-221-0/+5
|\
| * Add exception SnapshotIsBusy to be handled as VolumeIsBusy.Yuriy Taraday2012-02-211-0/+5
* | Merge "Don't allow EC2 removal of security group in use."Jenkins2012-02-221-0/+4
|\ \
| * | Don't allow EC2 removal of security group in use.Russell Bryant2012-02-141-0/+4
* | | blueprint host-aggregates: xenapi implementationArmando Migliaccio2012-02-211-0/+5
| |/ |/|
* | Partial fix for bug 919051Joe Gordon2012-02-171-4/+8
* | Adding traceback to async faultsAlex Meade2012-02-171-4/+14
* | Removed zones from api and distributed schedulerSandy Walsh2012-02-161-13/+0
* | Prevent Duplicate VLAN IDsAndrew Clay Shafer2012-02-151-0/+4
* | Remove unnecessary constructors for exceptionsJohannes Erdfelt2012-02-141-13/+3
|/