You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by briancurtin <gi...@git.apache.org> on 2014/01/30 05:53:01 UTC

[dev] libcloud pull request: Add 'name' argument to key pair importing examples

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 <br...@rackspace.com>
Date:   2014-01-30T04:50:46Z

    Add 'name' argument to key pair importing examples

----