summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Incorrect Exception when metadata is over 255 charactersDavanum Srinivas2012-10-241-0/+4
* Merge "Dis-associate an auto-assigned floating IP should return proper warning"Jenkins2012-10-121-0/+4
|\
| * Dis-associate an auto-assigned floating IP should return proper warningSirisha Devineni2012-10-091-0/+4
* | Proxy floating IP calls to quantumAkihiro MOTOKI2012-10-091-0/+9
|/
* ip_protocol for ec2 security groupsJohn Herndon2012-10-021-4/+1
* remove deprecated connection_type flagSean Dague2012-10-011-1/+1
* Merge "Fixes error message for flavor-create duplicate ID"Jenkins2012-09-301-1/+5
|\
| * Fixes error message for flavor-create duplicate IDAndy McCrae2012-09-271-1/+5
* | Check that an image is active before spawning instances.Michael Still2012-09-261-0/+4
|/
* Merge "Add lookup by ip via Quantum for metadata service."Jenkins2012-09-201-0/+5
|\
| * Add lookup by ip via Quantum for metadata service.Maru Newby2012-09-181-0/+5
* | Fix marker pagination for /serversMark Washenberger2012-09-191-0/+4
|/
* Merge "Backport changes from Cinder to Nova-Volume"Jenkins2012-09-131-0/+12
|\
| * Backport changes from Cinder to Nova-VolumeBen Swartzlander2012-09-121-0/+12
* | Merge "Stop fetch_ca from throwing IOError exceptions"Jenkins2012-09-131-0/+8
|\ \
| * | Stop fetch_ca from throwing IOError exceptionsChris Yeoh2012-09-121-0/+8
* | | Check flavor id on resize.Alessandro Tagliapietra2012-09-121-2/+2
|/ /
* | Merge "Use volume driver specific exceptions"Jenkins2012-09-071-1/+5
|\ \
| * | Use volume driver specific exceptionsRonen Kat2012-09-071-1/+5
| |/
* / Implement paginate query use marker in nova-apipengyuwei2012-09-071-0/+4
|/
* Fix creation of iscsi targetsChuck Short2012-09-041-0/+12
* Address race condition from concurrent task state updateYun Mao2012-08-311-0/+5
* Add a new exception for live migration.Jian Wen2012-08-291-1/+5
* Implement project specific flavors APIunicell2012-08-271-0/+10
* Provide a hint for missing EC2 image idsMichael Still2012-08-231-0/+7
* Remove unused exceptions from nova/exception.pyJoe Gordon2012-08-211-130/+0
* Keep the ComputeNode model updated with usageBrian Elliott2012-08-201-0/+4
* Revert per-user-quotasEoghan Glynn2012-08-161-5/+0
* Allow nova to guess device if not passed to attachVishvananda Ishaya2012-08-151-0/+4
* Merge "Adding port attribute in network parameter of boot."Jenkins2012-08-151-0/+12
|\
| * Adding port attribute in network parameter of boot.Nachi Ueno2012-08-151-0/+12
* | Merge "Uniqueness checks for floating ip addresses."Jenkins2012-08-151-5/+9
|\ \ | |/ |/|
| * Uniqueness checks for floating ip addresses.Anton V. Yanchenko2012-08-091-5/+9
* | Simple checks for instance user data.Michael Still2012-08-141-0/+10
* | Config drive v2Michael Still2012-08-111-0/+10
* | Driver for IBM Storwize and SVC storage.Avishay Traeger2012-08-091-0/+5
|/
* Fix invalid exception format stringsJohannes Erdfelt2012-08-071-3/+3
* Return 409 error if get_vnc_console is called before VM is createdJohannes Erdfelt2012-08-071-0/+4
* Adds per-user-quotas support for more detailed quotas managementKylin CG2012-08-061-0/+5
* Check instance lock in compute/apiDan Smith2012-08-021-0/+4
* Merge "Clarify TooManyInstances exception message."Jenkins2012-08-021-1/+1
|\
| * Clarify TooManyInstances exception message.Eoghan Glynn2012-08-011-1/+1
* | Setting root passwd no longer fails silently.Eoghan Glynn2012-08-011-0/+6
|/
* Merge "Convert fixed_ips to using instance_uuid."Jenkins2012-07-261-4/+5
|\
| * Convert fixed_ips to using instance_uuid.Michael Still2012-07-261-4/+5
* | Refactor glance image service codeChris Behrens2012-07-261-1/+2
|/
* Merge "Ensure 413 response for security group over-quota"Jenkins2012-07-201-0/+4
|\
| * Ensure 413 response for security group over-quotaEoghan Glynn2012-07-191-0/+4
* | Allow NoMoreFloatingIps to bubble up to FaultWrapperEoghan Glynn2012-07-191-0/+1
|/
* Merge "Return 413 status on over-quota in the native API."Jenkins2012-07-161-0/+4
|\