Replace nova attach volume to server with shade client. 61/54561/21
authorShobhi Jain <shobhi.jain@intel.com>
Wed, 28 Mar 2018 11:19:35 +0000 (12:19 +0100)
committerShobhi Jain <shobhi.jain@intel.com>
Mon, 30 Apr 2018 08:53:45 +0000 (09:53 +0100)
commit8fd82cd8d0146d8cebbc32ed7cbb6fb9d1861297
tree1f9116775b63e09a56ef05b538d4b63abcae79fc
parentaded0fdb30caf035e0eb94c1216f436ba597c2c7
Replace nova attach volume to server with shade client.

Function attach_volume_to_server now uses shade client
instead of nova client.

JIRA: YARDSTICK-1088

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