summaryrefslogtreecommitdiffstats
path: root/README_AWS.md
diff options
context:
space:
mode:
authorcw1 <c.witt.1900@gmail.com>2015-11-16 08:03:58 -0500
committercw1 <c.witt.1900@gmail.com>2015-11-16 08:03:58 -0500
commit991da648e8c5f8a8b4f1b516fe1c6c9df9d87280 (patch)
treeabff28a3cabc2a5c3ed5ee5ab9121e82e0c503cf /README_AWS.md
parentd4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e (diff)
downloadopenshift-991da648e8c5f8a8b4f1b516fe1c6c9df9d87280.tar.gz
openshift-991da648e8c5f8a8b4f1b516fe1c6c9df9d87280.tar.bz2
openshift-991da648e8c5f8a8b4f1b516fe1c6c9df9d87280.tar.xz
openshift-991da648e8c5f8a8b4f1b516fe1c6c9df9d87280.zip
README_AWS: Add needed dependency
Diffstat (limited to 'README_AWS.md')
-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:
```