From f7d0d72958b41ea6685457abea6dc4d83f4370c3 Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 17 Mar 2017 09:23:45 +0000 Subject: dovetail tool: remove installer and CI related variables JIRA: DOVETAIL-371 1. remove all the envs in functest_config.yml and yardstick_config.yml 2. remove all relative cmds in cmd_config.yml 3. remove all the envs when running a new functest/yardstick container 4. add some variables just for functest pushing results to db 5. get the external network name for yardstick 6. make --debug/-d just control the log level shown on the screen 7. set requests=2.10.0 since python-openstackclient needs 'requests!=2.12.2,!=2.13.0,>=2.10.0' Change-Id: I9f941e09d067fc95a14c3c9be1374f41df4a9a16 Signed-off-by: xudan --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 8c4577ca..7b9b7d9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ -pbr>=1.8 +Click Jinja2>=2.6 +pbr>=1.8 PyYAML>=3.10 +python-openstackclient==3.9.0 +requests==2.10.0 six>=1.9.0 -Click -- cgit 1.2.3-korg