Add support for OpenSrack Newton 23/25823/5
authorJingLu5 <lvjing5@huawei.com>
Tue, 13 Dec 2016 05:42:41 +0000 (05:42 +0000)
committerJingLu5 <lvjing5@huawei.com>
Tue, 13 Dec 2016 12:13:06 +0000 (12:13 +0000)
commit99736a3882982aef0776f80056202ee745eb3fa4
treed1dbbe7cab86e53eabc2f8483fcf815e07115260
parent3c3ac5d9e89af36bb609017e69f6d03b52d8b251
Add support for OpenSrack Newton

JIRA: YARDSTICK-410

This patch uses keystoneauth1.session to initialize the client for Heat
The keystoneauth1.session.Session class was introduced into keystoneauth1
as an attempt to bring a unified interface to the various OpenStack clients
that share common authentication and request parameters between a variety of
services.

Change-Id: Ie6287b50a36cf03950fa1174791df826e9bdafd3
Signed-off-by: JingLu5 <lvjing5@huawei.com>
tests/unit/common/test_openstack_utils.py [new file with mode: 0644]
yardstick/common/openstack_utils.py [new file with mode: 0644]
yardstick/orchestrator/heat.py