You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by qu...@apache.org on 2018/06/29 08:19:34 UTC

[10/10] libcloud git commit: Add changes for #1211

Add changes for #1211

Closes #1211


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

Branch: refs/heads/trunk
Commit: 86996f5e78f9f4fdde9b0b091098f7f88edb202a
Parents: 384e423
Author: Quentin Pradet <qu...@apache.org>
Authored: Fri Jun 29 11:24:17 2018 +0400
Committer: Quentin Pradet <qu...@apache.org>
Committed: Fri Jun 29 12:05:34 2018 +0400

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/86996f5e/CHANGES.rst
----------------------------------------------------------------------
diff --git a/CHANGES.rst b/CHANGES.rst
index 8beddf5..3fe0e17 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -29,6 +29,9 @@ Compute
 - [EC2] Add description to ex_authorize_security_group_ingress (GITHUB-1122)
   [Arturo Noha]
 
+- [EC2] Added script to automatically get EC2 instance sizes (GITHUB-1211)
+  [Anthony Monthe, Quentin Pradet]
+
 - [GCE] Expand Firewall options coverage (LIBCLOUD-960, GITHUB-1144)
   [maxlip]