From 016b6d88f287e5d709ef1e796b9d71a545d6c809 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 26 Feb 2018 10:42:02 +0100 Subject: Host openstack utils in SDNVPN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SDNVPN is the last project using the deprecated openstack utils which are being removed from Functest tree. All methods unused by SDNVPN could be safely removed in a second change. This patch aims at publishing them asis. Change-Id: I4e479e6def2c691799c9bd86ba325e3d1544ef0d Signed-off-by: Cédric Ollivier --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 63f4ae2..2fce79e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,9 @@ requests>=2.14.2 # Apache-2.0 opnfv PyYAML>=3.10.0 # MIT networking-bgpvpn==6.0.0 # Apache-2.0 +python-cinderclient>=3.1.0 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 +python-heatclient>=1.6.1 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 +python-neutronclient>=6.3.0 # Apache-2.0 +python-novaclient>=9.0.0 # Apache-2.0 -- cgit 1.2.3-korg