From 90780e7d12b9003955cfbb8ff0155baf75b26323 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Mon, 15 Oct 2018 10:18:27 +0300 Subject: Replace heat client calls with openstack sdk JIRA: SDNVPN-220 This patch replaces all calls of heat client with openstack sdk. Change-Id: I75571e8de8c06d144204af787ce240c99faea6d3 Signed-off-by: Stamatis Katsaounis --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 1979004..252b214 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,8 +6,6 @@ requests # Apache-2.0 opnfv PyYAML # MIT networking-bgpvpn>=7.0.0 # Apache-2.0 -python-cinderclient!=4.0.0 # Apache-2.0 -python-heatclient # Apache-2.0 python-keystoneclient!=2.1.0 # Apache-2.0 python-neutronclient # Apache-2.0 xtesting # Apache-2.0 -- cgit 1.2.3-korg