diff options
author | tyler-ball <tyleraball@gmail.com> | 2016-02-16 10:49:55 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2016-02-16 10:49:55 -0700 |
commit | 890e779b5ff4dc5a30f874dabf6ea0027164635c (patch) | |
tree | 3595ec1856ee1c963b2894fda46fdd0213e927f6 /kitchen-tests | |
parent | 0aa56fd7af429fa7f0feac4b8d6efed00688c820 (diff) | |
download | chef-890e779b5ff4dc5a30f874dabf6ea0027164635c.tar.gz |
Use only the AWS environment variables to pass credentials, since thats what kitchen-ec2 master wantspost_1272_release
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/.kitchen.travis.yml | 2 |
1 files changed, 0 insertions, 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" |