diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-16 09:33:27 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-11-16 09:33:27 -0500 |
commit | 5e01f408a6f38a94b8448847809c714842460238 (patch) | |
tree | d2da4fbe43c9e664e33bdffc3605a1972ed03ee9 | |
parent | e7415fdef4404668cd6b1b40d12b48998d607267 (diff) | |
parent | 991da648e8c5f8a8b4f1b516fe1c6c9df9d87280 (diff) | |
download | openshift-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.md | 2 |
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: ``` |