Skip to content

Adds ssh key management to Softlayer compute driver#354

Closed
Itxaka wants to merge 2 commits into
apache:trunkfrom
Itxaka:ssh_key_methods_for_softlayer
Closed

Adds ssh key management to Softlayer compute driver#354
Itxaka wants to merge 2 commits into
apache:trunkfrom
Itxaka:ssh_key_methods_for_softlayer

Conversation

@Itxaka
Copy link
Copy Markdown
Contributor

@Itxaka Itxaka commented Aug 31, 2014

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.

Itxaka Serrano added 2 commits August 31, 2014 18:07
 - 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.
@Itxaka
Copy link
Copy Markdown
Contributor Author

Itxaka commented Aug 31, 2014

@Kami Here it is :)

@asfgit asfgit closed this in f007eda Aug 31, 2014
@Kami
Copy link
Copy Markdown
Member

Kami commented Aug 31, 2014

Merged into trunk. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants