From 890e779b5ff4dc5a30f874dabf6ea0027164635c Mon Sep 17 00:00:00 2001 From: tyler-ball Date: Tue, 16 Feb 2016 10:49:55 -0700 Subject: Use only the AWS environment variables to pass credentials, since thats what kitchen-ec2 master wants --- kitchen-tests/.kitchen.travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml index 2c3de60108..3fcbcf6f78 100644 --- a/kitchen-tests/.kitchen.travis.yml +++ b/kitchen-tests/.kitchen.travis.yml @@ -1,8 +1,6 @@ --- driver: name: ec2 - aws_access_key_id: <%= ENV['AWS_ACCESS_KEY_ID'] %> - aws_secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %> aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %> region: "us-west-2" availability_zone: "us-west-2a" -- cgit v1.2.1