summaryrefslogtreecommitdiffstats
path: root/nova/api
Commit message (Expand)AuthorAgeFilesLines
* Merge "Better glance exception handling"Jenkins2012-03-061-4/+10
|\
| * Better glance exception handlingMark Washenberger2012-03-061-4/+10
* | Merge "Fixes for ec2 images"Jenkins2012-03-061-1/+8
|\|
| * Fixes for ec2 imagesVishvananda Ishaya2012-03-021-1/+8
* | Raise 409 when rescuing instance in RESCUE modePhilip Knouff2012-03-052-1/+9
* | Merge "Only raw string literals should be used with _()"Jenkins2012-03-056-25/+27
|\ \
| * | Only raw string literals should be used with _()Johannes Erdfelt2012-03-046-25/+27
* | | Merge "populate glance 'name' field through ec2-register"Jenkins2012-03-051-5/+17
|\ \ \ | |/ / |/| |
| * | populate glance 'name' field through ec2-registerScott Moser2012-03-021-5/+17
| |/
* | Merge "Display error for invalid CIDR."Jenkins2012-03-031-1/+1
|\ \
| * | Display error for invalid CIDR.Chuck Short2012-03-021-1/+1
| |/
* / Handle InstanceNotFound during server updateMark Washenberger2012-03-021-2/+1
|/
* Fail gracefully when the db doesn't speak unicodeMike Lundy2012-03-021-0/+3
* Merge "Minor cleanup based on HACKING"Jenkins2012-03-011-10/+12
|\
| * Minor cleanup based on HACKINGJoe Gordon2012-03-011-10/+12
* | Merge "Remove unused imports and variables from OS API"Jenkins2012-03-0116-33/+20
|\ \ | |/ |/|
| * Remove unused imports and variables from OS APIChris Behrens2012-02-2916-33/+20
* | Fixing a request-id header bugNaveed Massjouni2012-03-011-2/+8
* | Merge "Option expose IP instead of dnshost in ec2 desc'"Jenkins2012-02-292-1/+8
|\ \
| * | Option expose IP instead of dnshost in ec2 desc'Dave Walker (Daviey)2012-02-292-1/+8
* | | Merge "Remove old ratelimiting code"Jenkins2012-02-291-222/+0
|\ \ \
| * | | Remove old ratelimiting codeBrian Waldon2012-02-291-222/+0
| | |/ | |/|
* | | Ensures that keypair names are only AlphaNumeric.Justin Shepherd2012-02-291-0/+10
| |/ |/|
* | Include hypervisor_hostname in the extended server attributes.Josh Kearney2012-02-291-3/+15
* | Merge "Provide retry-after guidance on throttled requests"Jenkins2012-02-291-1/+11
|\ \ | |/ |/|
| * Provide retry-after guidance on throttled requestsEoghan Glynn2012-02-281-1/+11
* | Return empty list when volume not attachedBrian Waldon2012-02-281-3/+3
* | Cast volume-related ids to strBrian Waldon2012-02-283-5/+15
* | Merge "Fixes bug 942549"Jenkins2012-02-281-1/+2
|\ \
| * | Fixes bug 942549John Garbutt2012-02-281-1/+2
| |/
* / Use constant time string comparisons for auth.Russell Bryant2012-02-281-1/+1
|/
* Merge "Handle case where instance['info_cache'] is None"Jenkins2012-02-282-2/+4
|\
| * Handle case where instance['info_cache'] is NoneChris Behrens2012-02-282-2/+4
* | Merge "TypeError API exceptions get logged incorrectly"Jenkins2012-02-281-2/+3
|\ \ | |/ |/|
| * TypeError API exceptions get logged incorrectlyChris Behrens2012-02-281-2/+3
* | Merge "Fixes cloudpipe extension to work with keystone"Jenkins2012-02-282-40/+59
|\ \ | |/ |/|
| * Fixes cloudpipe extension to work with keystoneVishvananda Ishaya2012-02-262-40/+59
* | Make sure detail view works for volume snaphotsVishvananda Ishaya2012-02-262-4/+5
* | Update EC2KeystoneAuth to grab tenant 'id'.Dan Prince2012-02-251-1/+1
|/
* Fixes bug lp#940734 - Adding manager import so AuthMiddleware worksmbasnight2012-02-241-2/+2
* Merge "Don't delete security group in use from OS API."Jenkins2012-02-241-0/+3
|\
| * Don't delete security group in use from OS API.Russell Bryant2012-02-231-0/+3
* | Merge "Fix instance stop in EC2 create_image"Jenkins2012-02-241-1/+1
|\ \ | |/ |/|
| * Fix instance stop in EC2 create_imageJulien Danjou2012-02-221-1/+1
* | Making link prefixes support https.Naveed Massjouni2012-02-231-1/+1
* | Remove network_api fallback for info_cache from APIsChris Behrens2012-02-222-53/+11
* | Return 40x for flavor.create duplicate.Anthony Young2012-02-221-3/+6
* | Merge "Don't allow EC2 removal of security group in use."Jenkins2012-02-221-0/+2
|\ \
| * | Don't allow EC2 removal of security group in use.Russell Bryant2012-02-141-0/+2
* | | Merge "Makes HTTP Location Header return as utf-8 as opposed to Unicode."Jenkins2012-02-221-1/+1
|\ \ \ | |_|/ |/| |