Replace neutron router creation with shade. 09/52409/25
authorShobhi Jain <shobhi.jain@intel.com>
Wed, 21 Feb 2018 14:45:21 +0000 (14:45 +0000)
committerShobhi Jain <shobhi.jain@intel.com>
Tue, 20 Mar 2018 15:58:51 +0000 (15:58 +0000)
commit16aa0b60244b742c2b6478cea93b1eebce4c335f
treebd579d996b4632efe61e8ca323d1fc3d6e06af5d
parent5f61719a12ff20df3679d01578de84110f68302f
Replace neutron router creation with shade.

Function create_neutron_router now uses shade client instead of neutron
client.

JIRA: YARDSTICK-890

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