summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-02-16 10:49:55 -0700
committertyler-ball <tyleraball@gmail.com>2016-02-16 10:49:55 -0700
commit890e779b5ff4dc5a30f874dabf6ea0027164635c (patch)
tree3595ec1856ee1c963b2894fda46fdd0213e927f6
parent0aa56fd7af429fa7f0feac4b8d6efed00688c820 (diff)
downloadchef-post_1272_release.tar.gz
Use only the AWS environment variables to pass credentials, since thats what kitchen-ec2 master wantspost_1272_release
-rw-r--r--kitchen-tests/.kitchen.travis.yml2
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"