Replace neutron client calls with openstack sdk 87/64387/1
authorStamatis Katsaounis <mokats@intracom-telecom.com>
Thu, 6 Sep 2018 11:44:48 +0000 (14:44 +0300)
committerStamatis Katsaounis <mokats@intracom-telecom.com>
Thu, 1 Nov 2018 14:25:02 +0000 (16:25 +0200)
commit72eb4c28889c56340c7ae222c8199e564ba46e41
tree2d935a4bf48d211c664945a6fa50c1d25f2d7684
parent93fa759def8b61029ef1bb08b491a66cb7ddeb17
Replace neutron client calls with openstack sdk

JIRA: SDNVPN-237
JIRA: SDNVPN-220

This patch replaces almost all calls of neutron client with
openstack sdk. The calls regarding bgpvpn are not replaced
due to lack of support from openstack sdk at the moment.

Change-Id: Idf52b8c57b895f87ba6320e350bf170faa24d0a7
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
(cherry picked from commit ebf6885a907379083b360ae729f69151c1dd8115)
13 files changed:
sdnvpn/lib/openstack_utils.py
sdnvpn/lib/utils.py
sdnvpn/test/functest/run_sdnvpn_tests.py
sdnvpn/test/functest/testcase_1.py
sdnvpn/test/functest/testcase_10.py
sdnvpn/test/functest/testcase_11.py
sdnvpn/test/functest/testcase_12.py
sdnvpn/test/functest/testcase_13.py
sdnvpn/test/functest/testcase_2.py
sdnvpn/test/functest/testcase_3.py
sdnvpn/test/functest/testcase_4.py
sdnvpn/test/functest/testcase_7.py
sdnvpn/test/functest/testcase_8.py