Skip to content

Commit

Permalink
Merge pull request #4341 from danmcp/master
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Aug 24, 2015
2 parents fe3b050 + 74be686 commit 96963b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
aws.keypair_name = aws_creds["AWSKeyPairName"] || "AWS KEYPAIR NAME"
aws.ami = voc['ami']
aws.region = voc['ami_region']
aws.subnet_id = ENV['AWS_SUBNET_ID'] || vagrant_openshift_config['aws']['subnet_id'] || "subnet-cf57c596"
aws.instance_type = vagrant_openshift_config['instance_type'] || "c3.large"
aws.instance_ready_timeout = 240
aws.tags = { "Name" => ENV['AWS_HOSTNAME'] || vagrant_openshift_config['instance_name'] }
Expand Down

0 comments on commit 96963b6

Please sign in to comment.