diff options
author | mbeierl <mark.beierl@dell.com> | 2017-01-27 12:44:07 -0500 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-01-27 12:44:07 -0500 |
commit | 77ece642cf214cd10abe0943280926b93e7c5442 (patch) | |
tree | 00a32119b012733a48fffb43ae6b52d1f7f63d54 /ci/verify.sh | |
parent | 3edd04b198d9db4b04ac5e81fc55c3f82eb3120f (diff) |
Fixed line to long error
Fixes the version of requests to match what docker was already
pulling in.
Truncate log message to 512 characters.
Change-Id: Idba9374c0f339c8b4cb6902c921c8b26fef573cc
JIRA: STORPERF-103
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci/verify.sh')
-rwxr-xr-x | ci/verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index 2b3446c..0905ca2 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -41,7 +41,7 @@ pip install python-keystoneclient==1.6.0 pip install python-neutronclient==2.6.0 pip install python-novaclient==2.28.1 pip install pyyaml==3.10 -pip install requests==2.9.1 +pip install requests==2.13.0 pip install scp==0.10.2 pip install six==1.10.0 |