mirror of https://github.com/apache/kafka.git
Update aws-example-Vagrantfile.local
This commit is contained in:
parent
884b20e3a7
commit
25a413d6ae
|
@ -1,9 +1,9 @@
|
|||
ec3_instance_type = "m3.medium"
|
||||
enable_dns = true
|
||||
mode = "test"
|
||||
num_workers = 1
|
||||
num_workers =
|
||||
ec2_keypair_name =
|
||||
ec2_keypair_file =
|
||||
ec2_security_groups = ['ducttape-insecure']
|
||||
ec2_region = 'us-west-2'
|
||||
ec2_ami = "ami-29ebb519"
|
||||
ec2_security_groups = []
|
||||
ec2_region =
|
||||
ec2_ami = "ami-5189a661"
|
||||
|
|
Loading…
Reference in New Issue