Skip to content

Commit 96963b6

Browse files
author
OpenShift Bot
committed
Merge pull request #4341 from danmcp/master
Merged by openshift-bot
2 parents fe3b050 + 74be686 commit 96963b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
300300
aws.keypair_name = aws_creds["AWSKeyPairName"] || "AWS KEYPAIR NAME"
301301
aws.ami = voc['ami']
302302
aws.region = voc['ami_region']
303+
aws.subnet_id = ENV['AWS_SUBNET_ID'] || vagrant_openshift_config['aws']['subnet_id'] || "subnet-cf57c596"
303304
aws.instance_type = vagrant_openshift_config['instance_type'] || "c3.large"
304305
aws.instance_ready_timeout = 240
305306
aws.tags = { "Name" => ENV['AWS_HOSTNAME'] || vagrant_openshift_config['instance_name'] }

0 commit comments

Comments
 (0)