diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-10-15 10:18:27 +0300 |
---|---|---|
committer | nikoskarandreas <nick@intracom-telecom.com> | 2018-10-15 14:58:45 +0300 |
commit | 90780e7d12b9003955cfbb8ff0155baf75b26323 (patch) | |
tree | ec874d93b0a228ea0d5d56c1dfa62677c48f83e6 /requirements.txt | |
parent | cfcb04c938abdcddd76bcdd2375b4a81ea28fa51 (diff) |
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 <mokats@intracom-telecom.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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 |