From 3ce7ad6a2f98268cd89a32f9fe083529b947bce5 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 27 Mar 2017 08:17:55 -0400 Subject: dovetail tool: offline support JIRA: DOVETAIL-164 usage: dovetail run --testsuite --offline 1,if --offline given, can run offline by using local docker images (if there is no images, will get an error in log, images can be pulled from dockerhub or downloaded from artifacts.opnfv.org ) 2,if --offline not given, will run online, which means pull docker image from dockerhub Change-Id: I87ab35c82e59fb13a7a88c38d233e89285efc4d3 Signed-off-by: MatthewLi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index aeb4bf33..a84dd400 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,5 @@ import setuptools setuptools.setup( - setup_requires=['pbr>=2.0.0'], + setup_requires=['pbr==2.0.0'], pbr=True) -- cgit 1.2.3-korg