From c05105a4f9f51f7bb31cad791e65d664e5a3bc4b Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Wed, 12 Sep 2018 13:00:09 +0300 Subject: Replace nova client calls with openstack sdk JIRA: SDNVPN-220 This patch replaces all calls of nova client with openstack sdk. Change-Id: I9e3a0fe08ba36bfb64483238cd286acad829ae90 Signed-off-by: Stamatis Katsaounis --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 3e9956e..6b49dc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,5 @@ python-cinderclient>=3.3.0 # Apache-2.0 python-heatclient>=1.10.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-neutronclient>=6.7.0 # Apache-2.0 -python-novaclient>=9.1.0 # Apache-2.0 xtesting # Apache-2.0 openstacksdk>=0.11.3 # Apache-2.0 -- cgit 1.2.3-korg