diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-09-12 13:00:09 +0300 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-10-08 13:40:34 +0300 |
commit | c05105a4f9f51f7bb31cad791e65d664e5a3bc4b (patch) | |
tree | f20058c515e55f82b084980fcff3506b30c69eed /requirements.txt | |
parent | ae9dc4895258d200b6f7a90b389a5710ac271b33 (diff) |
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 <mokats@intracom-telecom.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 |