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 2017/04/01 02:23:18 UTC

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

changes for #996


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

Branch: refs/heads/trunk
Commit: 1085bdb41dac03f2d5fab02bc8f1d6e155f19c85
Parents: 5bc949d
Author: Anthony Shaw <an...@apache.org>
Authored: Sat Apr 1 13:23:11 2017 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Apr 1 13:23:11 2017 +1100

----------------------------------------------------------------------
 CHANGES.rst | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1085bdb4/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 56e4bd1..abdcc40 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -15,6 +15,10 @@ Common
 Compute
 ~~~~~~~
 
+- [EC2] Add P2 GPU instance types
+  [GITHUB-996]
+  (MJK)
+
 - [EC2] Add method to modify snapshot attribute for EC2
   [GITHUB-990]
   (Sayan Chowdhury)