Repository: kafka
Updated Branches:
  refs/heads/trunk b206a807f -> 8ee9846e0


MINOR: Fix typo in sample Vagrantfile.local for AWS system tests

Author: Ewen Cheslack-Postava <[email protected]>

Reviewers: Gwen Shapira

Closes #565 from ewencp/fix-aws-vagrantfile-local-example


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

Branch: refs/heads/trunk
Commit: 8ee9846e019c7758719d7e706f9e26958faedfc6
Parents: b206a80
Author: Ewen Cheslack-Postava <[email protected]>
Authored: Thu Nov 19 19:59:26 2015 -0800
Committer: Gwen Shapira <[email protected]>
Committed: Thu Nov 19 19:59:26 2015 -0800

----------------------------------------------------------------------
 vagrant/aws/aws-example-Vagrantfile.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/8ee9846e/vagrant/aws/aws-example-Vagrantfile.local
----------------------------------------------------------------------
diff --git a/vagrant/aws/aws-example-Vagrantfile.local 
b/vagrant/aws/aws-example-Vagrantfile.local
index c3b075b..176a33d 100644
--- a/vagrant/aws/aws-example-Vagrantfile.local
+++ b/vagrant/aws/aws-example-Vagrantfile.local
@@ -17,7 +17,7 @@
 # Use this template Vagrantfile.local for running system tests on aws 
 # To use it, move it to the base kafka directory and rename
 # it to Vagrantfile.local, and adjust variables as needed.
-ec3_instance_type = "m3.medium"
+ec2_instance_type = "m3.medium"
 num_zookeepers = 0
 num_brokers = 0
 num_workers = 9

Reply via email to