You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/10/24 11:08:53 UTC

[2/2] libcloud git commit: changes for #914

changes for #914


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/bdea5992
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/bdea5992
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/bdea5992

Branch: refs/heads/trunk
Commit: bdea599252625d31574c60b00483cdc509bd10b4
Parents: e772a8b 5c6cc2f
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Oct 24 12:08:42 2016 +0100
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Oct 24 12:08:42 2016 +0100

----------------------------------------------------------------------
 CHANGES.rst                                     |  4 +++
 libcloud/compute/drivers/vultr.py               | 29 ++++++++++++++++++++
 .../compute/fixtures/vultr/create_key_pair.json |  3 ++
 .../compute/fixtures/vultr/list_key_pairs.json  |  8 ++++++
 libcloud/test/compute/test_vultr.py             | 28 +++++++++++++++++++
 5 files changed, 72 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/bdea5992/CHANGES.rst
----------------------------------------------------------------------
diff --cc CHANGES.rst
index 1818914,17f42d6..16cd5c2
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@@ -8,19 -8,6 +8,23 @@@ Changes in current version of Apache Li
  Compute
  ~~~~~~~
  
++- [vultr] Implement SSH Key Create/Delete Methods for Vultr
++  (GITHUB-914)
++  [Fahri Cihan Demirci]
++
 +- [dimension data] No longer throw error when powering off a node that is already stopped.
 +  (GITHUB-912)
 +  [Samuel Chong]
 +
 +- [dimension data] Refactor create_node for MCP2 to support CaaS API 2.3 feature.
 +  Can now specify Network Adapter Name for primary and additional NIC. Parameters in create_node function is tailored for MCP2.
 +  (GITHUB-902)
 +  [Samuel Chong]
 +
 +- Volume snapshot operations, i.e. creating, listing and deleting volume snapshots, for the Digital Ocean driver.
 +  (LIBCLOUD-861, GITHUB-909)
 +  [Fahri Cihan Demirci]
 +
  - Added snapshot management to OVH compute
    (GITHUB-897)
    [Anthony Monthe]