From 5663272e0ca78e2b8c19f4d4e522daba3c39bccd Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Tue, 9 Jan 2018 16:21:37 +0530 Subject: [PATCH] Update requirements for congress-tempest-plugin This commit removes the modules not required from requirements.txt and test-requirements.txt Change-Id: I904222f73298eda4c14995a5dddebbae2b49932e --- requirements.txt | 17 +++++------------ test-requirements.txt | 9 +-------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/requirements.txt b/requirements.txt index 13d4387..62a4495 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,18 +3,11 @@ # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 -aodhclient>=0.9.0 # Apache-2.0 -python-keystoneclient>=3.8.0 # Apache-2.0 -python-heatclient>=1.10.0 # Apache-2.0 -python-monascaclient>=1.7.0 # Apache-2.0 -python-muranoclient>=0.8.2 # Apache-2.0 -python-novaclient>=9.1.0 # Apache-2.0 -python-neutronclient>=6.3.0 # Apache-2.0 -python-cinderclient>=3.3.0 # Apache-2.0 -python-congressclient<2000,>=1.3.0 # Apache-2.0 -python-swiftclient>=3.2.0 # Apache-2.0 -python-ironicclient>=1.14.0 # Apache-2.0 -python-glanceclient>=2.8.0 # Apache-2.0 + oslo.config>=5.1.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.log>=3.30.0 # Apache-2.0 +six>=1.10.0 # MIT +tempest>=17.1.0 # Apache-2.0 +tenacity>=3.2.1 # Apache-2.0 +urllib3>=1.21.1 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index aa89b72..1e1abe8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,15 +5,8 @@ hacking<0.13,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD sphinx>=1.6.2 # BSD -oslotest>=1.10.0 # Apache-2.0 -stestr>=1.0.0 # Apache-2.0 -testtools>=2.2.0 # MIT -tenacity>=3.2.1 # Apache-2.0 -tempest>=17.1.0 # Apache-2.0 -six>=1.10.0 # MIT - openstackdocstheme>=1.17.0 # Apache-2.0 + # releasenotes reno>=2.5.0 # Apache-2.0