Replace neutron router interface deletion with shade. 55/52455/14
authorShobhi Jain <shobhi.jain@intel.com>
Wed, 21 Feb 2018 16:13:16 +0000 (16:13 +0000)
committerShobhi Jain <shobhi.jain@intel.com>
Tue, 20 Mar 2018 16:28:15 +0000 (16:28 +0000)
commit68c934be759962d18d109fde35726f416088a126
treeecf8df2ea20ce4c4095da92d6fea4c400e7502c0
parent16aa0b60244b742c2b6478cea93b1eebce4c335f
Replace neutron router interface deletion with shade.

Function remove_interface_router now uses shade client instead of neutron
client.

JIRA: YARDSTICK-890

Change-Id: I6bd36e35a339cce64dfa8b69c1e7b56cd70af956
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
yardstick/benchmark/scenarios/lib/delete_router_interface.py
yardstick/common/exceptions.py
yardstick/common/openstack_utils.py
yardstick/tests/unit/benchmark/scenarios/lib/test_delete_router_interface.py
yardstick/tests/unit/common/test_openstack_utils.py