nimbusproject / nimbus

Nimbus - Open Source Cloud Computing Software - 100% Apache2 licensed
http://www.nimbusproject.org/
197 stars 82 forks source link

boto raises IndexError when getting an unknown key #121

Open priteau opened 11 years ago

priteau commented 11 years ago

Since this pull request was merged in boto, calling get_key_pair on Nimbus with an unknown key raises an IndexError.

This is because Nimbus returns an empty array, while boto expects a 400 Bad Request response like Amazon EC2 does.