Replace neutron create security group full with shade. 87/53987/13
authorShobhi Jain <shobhi.jain@intel.com>
Fri, 16 Mar 2018 11:56:09 +0000 (11:56 +0000)
committerShobhi Jain <shobhi.jain@intel.com>
Mon, 16 Apr 2018 10:29:58 +0000 (11:29 +0100)
commitc00e2c606806b46111b108818235d236ba409515
treedde3d30ab822f6325f10f2a1c31ebc1f4fbeeb91
parent5be3ad75d9c46e7b816418d4ddf410b1f67110c6
Replace neutron create security group full with shade.

Function create_security_group_full now uses shade client.

Remove openstack util's private 'get_security_groups',
'get_security_group_id' & 'create_security_group' functions as
'create_security_group_full' now uses 'get_security_group' &
'create_security_group' function defined in shade client library.

JIRA: YARDSTICK-890

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