GitHub user briancurtin opened a pull request:
https://github.com/apache/libcloud/pull/232
Add 'name' argument to key pair importing examples
The [key pair
management](https://libcloud.readthedocs.org/en/latest/compute/key_pair_management.html)
examples show two importing methods, from file and string, but leave out the
`name` argument.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/briancurtin/libcloud update_keypair_examples
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/232.patch
----
commit 2778f21e4b09aa642303d0c288c56477e5a54653
Author: briancurtin <[email protected]>
Date: 2014-01-30T04:50:46Z
Add 'name' argument to key pair importing examples
----