diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2016-01-05 09:45:41 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2016-01-05 09:45:41 -0500 |
commit | 21e91a6e22899e402f3e4642a3f52b61ab99be74 (patch) | |
tree | 6f28346bff5d7a77ce969687c4a212ee636191e5 /playbooks/aws | |
parent | 1aaebc8c5145590af1fd9c3b3a8ce268994b8d89 (diff) | |
parent | b647b5c07f3811e136f7e3bd8b4a7811c50e8a9e (diff) | |
download | openshift-21e91a6e22899e402f3e4642a3f52b61ab99be74.tar.gz openshift-21e91a6e22899e402f3e4642a3f52b61ab99be74.tar.bz2 openshift-21e91a6e22899e402f3e4642a3f52b61ab99be74.tar.xz openshift-21e91a6e22899e402f3e4642a3f52b61ab99be74.zip |
Merge pull request #1112 from cooktheryan/master
Incorrect AMI id
Diffstat (limited to 'playbooks/aws')
-rw-r--r-- | playbooks/aws/openshift-cluster/vars.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/vars.yml b/playbooks/aws/openshift-cluster/vars.yml index 452c90d6a..c8ee9bad4 100644 --- a/playbooks/aws/openshift-cluster/vars.yml +++ b/playbooks/aws/openshift-cluster/vars.yml @@ -3,7 +3,7 @@ debug_level: 2 deployment_vars: origin: # centos-7, requires marketplace - image: ami-96a818fe + image: ami-61bbf104 image_name: region: us-east-1 ssh_user: centos |