You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ab...@apache.org on 2013/12/09 03:45:42 UTC

git commit: JCLOUDS-394. Add note to ec2 README in re: live tests and new accounts

Updated Branches:
  refs/heads/master 295c6e741 -> b351406fc


JCLOUDS-394. Add note to ec2 README in re: live tests and new accounts


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

Branch: refs/heads/master
Commit: b351406fc934f707d0dc41a0eb179413ea08bbd9
Parents: 295c6e7
Author: Andrew Bayer <an...@gmail.com>
Authored: Sat Dec 7 12:02:06 2013 -0800
Committer: Andrew Bayer <an...@gmail.com>
Committed: Sun Dec 8 18:45:16 2013 -0800

----------------------------------------------------------------------
 apis/ec2/README.txt | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/b351406f/apis/ec2/README.txt
----------------------------------------------------------------------
diff --git a/apis/ec2/README.txt b/apis/ec2/README.txt
index c4faeaa..11db7a2 100644
--- a/apis/ec2/README.txt
+++ b/apis/ec2/README.txt
@@ -4,3 +4,12 @@
 # TODO: Implementation status.
 # TODO: Supported features.
 # TODO: Usage example.
+
+NOTE: The live tests in apis/ec2 will *not* work against AWS EC2 with AWS accounts created
+from December 04, 2013 and onward, due to those accounts only supporting VPC, and VPC requiring
+different parameters (ID rather than name) for referring to and acting on security groups.
+
+To run the EC2 live tests against AWS, go to providers/aws-ec2.
+
+apis/ec2 will retain the older security group name usage to support EC2 API shims,
+such as OpenStack, CloudStack, etc.
\ No newline at end of file