Replace neutron floating ip creation with shade. 63/52663/18
authorShobhi Jain <shobhi.jain@intel.com>
Fri, 23 Feb 2018 14:59:09 +0000 (14:59 +0000)
committerShobhi Jain <shobhi.jain@intel.com>
Tue, 20 Mar 2018 17:32:26 +0000 (17:32 +0000)
commit221da2200131f617d36f3143e730f9dcfab530d0
tree32ded0b52954b921ba074a5fbdb65deec6f0c5ae
parent68c934be759962d18d109fde35726f416088a126
Replace neutron floating ip creation with shade.

Function create_floating_ip now uses shade client instead of neutron
client.

JIRA: YARDSTICK-890

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