From 7287446920ed8859a7de78eef4235367a48a7d78 Mon Sep 17 00:00:00 2001 From: Dimitrios Markou Date: Fri, 25 Aug 2017 12:39:58 +0300 Subject: Include the tacker python client to the requirements.txt In OPNFV/SFC project we are going to substitute the custom tacker that we used so far with the upstream one. So as outcome of the aforementioned change we will need the upstream tacker client. Change-Id: I8425c7168c1be69d090481efbf3f966e8d04e609 Signed-off-by: Dimitrios Markou --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 94f59bd6..1a0814bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,6 @@ requests!=2.12.2,>=2.10.0 # Apache-2.0 xmltodict>=0.10.1 # MIT python-keystoneclient>=3.8.0 # Apache-2.0 python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 +python-tackerclient>=0.8.0 # Apache-2.0 PyYAML>=3.10.0 # MIT opnfv -- cgit 1.2.3-korg