Replace neutron network creation with shade. 69/51769/27
authorShobhi Jain <shobhi.jain@intel.com>
Mon, 5 Feb 2018 15:18:43 +0000 (15:18 +0000)
committerShobhi Jain <shobhi.jain@intel.com>
Mon, 12 Mar 2018 10:39:49 +0000 (10:39 +0000)
commit5bb06d8977dc1ffa18c47cd1b152f84f4a6cfa34
tree4e190c3c8e54b3b21ab397dfa57d4722aa462615
parent066a45edd22be0fa7dec8986b850d672a86ad0a3
Replace neutron network creation with shade.

Function create_neutron_net now uses shade client instead of neutron
client.

JIRA: YARDSTICK-890

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