mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Use new AMI that won't cause issues with cloud-init apply_creds
This commit is contained in:
parent
53641e8b8d
commit
5cebc226cc
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -119,8 +119,8 @@ end
|
|||
aws.keypair_name = ENV["AWS_KEYPAIR_NAME"]
|
||||
aws.ssh_private_key_path = ENV["AWS_SSH_PRIVKEY"]
|
||||
aws.region = "us-east-1"
|
||||
aws.ami = "ami-1c1e8075"
|
||||
aws.ssh_username = "vagrant"
|
||||
aws.ami = "ami-4a7de623"
|
||||
aws.ssh_username = "ubuntu"
|
||||
aws.instance_type = "t1.micro"
|
||||
end
|
||||
config.vm.provider :virtualbox do |vb|
|
||||
|
|
Loading…
Reference in a new issue