Replace neutron subnet creation with shade. 39/51839/22
authorShobhi Jain <shobhi.jain@intel.com>
Wed, 7 Feb 2018 11:08:05 +0000 (11:08 +0000)
committerShobhi Jain <shobhi.jain@intel.com>
Mon, 12 Mar 2018 10:55:12 +0000 (10:55 +0000)
commit9f26e65c62fd5a4a1fbf9048e3bfe857b18729c9
tree54c3443c0cc0160a88078735b76f673e2e7b456a
parent5bb06d8977dc1ffa18c47cd1b152f84f4a6cfa34
Replace neutron subnet creation with shade.

Function 'create_neutron_subnet' now uses shade client
instead of neutron client.

JIRA: YARDSTICK-890

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