diff options
author | Pep TurrĂ³ Mauri <pep@redhat.com> | 2017-05-12 14:26:00 +0200 |
---|---|---|
committer | Pep TurrĂ³ Mauri <pep@redhat.com> | 2017-05-12 19:03:59 +0200 |
commit | 4f95f55b60d48eabfcf69e9828e6fd655b3683c4 (patch) | |
tree | e0bb8c079c547c659d89622b701c04f63e273efe /requirements.txt | |
parent | 57185bdd2415d4bbdeb6d18dfdaea65d0c440ae1 (diff) | |
download | openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.tar.gz openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.tar.bz2 openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.tar.xz openshift-4f95f55b60d48eabfcf69e9828e6fd655b3683c4.zip |
Fix container image build references
Updating some files to account for recent changes:
- Commit fbadeb4 moved the location of the Dockerfiles
- playbook2image is now available from the openshift org
- downstream image is building with boto 2.34
Adjusting image build scripts and documentation to match these changes.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1996a967d..734ee6201 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Versions are pinned to prevent pypi releases arbitrarily breaking # tests with new APIs/semantics. We want to update versions deliberately. ansible==2.2.2.0 -boto==2.45.0 +boto==2.34.0 click==6.7 pyOpenSSL==16.2.0 # We need to disable ruamel.yaml for now because of test failures |