summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-11-16 09:33:27 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2015-11-16 09:33:27 -0500
commit5e01f408a6f38a94b8448847809c714842460238 (patch)
treed2da4fbe43c9e664e33bdffc3605a1972ed03ee9
parente7415fdef4404668cd6b1b40d12b48998d607267 (diff)
parent991da648e8c5f8a8b4f1b516fe1c6c9df9d87280 (diff)
downloadopenshift-5e01f408a6f38a94b8448847809c714842460238.tar.gz
openshift-5e01f408a6f38a94b8448847809c714842460238.tar.bz2
openshift-5e01f408a6f38a94b8448847809c714842460238.tar.xz
openshift-5e01f408a6f38a94b8448847809c714842460238.zip
Merge pull request #898 from cw1/patch-1
README_AWS: Add needed dependency
-rw-r--r--README_AWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README_AWS.md b/README_AWS.md
index 6757e2892..d9e2ac5a9 100644
--- a/README_AWS.md
+++ b/README_AWS.md
@@ -105,7 +105,7 @@ Install Dependencies
1. Ansible requires python-boto for aws operations:
RHEL/CentOS/Fedora
```
- yum install -y ansible python-boto
+ yum install -y ansible python-boto pyOpenSSL
```
OSX:
```