GitHub user Itxaka opened a pull request:
https://github.com/apache/libcloud/pull/354
Adds ssh key management to Softlayer compute driver
Adds the following methods for the Softlayer driver:
- list_key_pairs()
- get_key_pair()
- import_key_pair_from_string()
- delete_key_pair()
- create_key_pair() (only if Pycripto is installed)
Adds tests for all new methods.
Modifies the test_create_node() to use an ssh key.
Adds a new property on the Softlayer node "ex_keyname"which is the name of
the key to be associated to the new node.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Itxaka/libcloud ssh_key_methods_for_softlayer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/354.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #354
----
commit e445406749f0527274163a31cd56db3af890f7fb
Author: Itxaka Serrano <[email protected]>
Date: 2014-08-31T16:07:14Z
Adds the following methods for the Softlayer driver:
- list_key_pairs()
- get_key_pair()
- import_key_pair_from_string()
- delete_key_pair()
- create_key_pair() (only if Pycripto is installed)
Adds tests for all new methods.
Modifies the test_create_node() to use an ssh key.
Adds a new property on the Softlayer node "ex_keyname"which is the name of
the key to be associated to the new node.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---