Use openstack command instead keystone command in prepare_storperf_admin-rc.sh 81/26081/3
authorJingLu5 <lvjing5@huawei.com>
Fri, 16 Dec 2016 06:38:16 +0000 (14:38 +0800)
committerJingLu5 <lvjing5@huawei.com>
Fri, 16 Dec 2016 08:39:45 +0000 (16:39 +0800)
commit92f30ababa567dffb9fea221f03f9470b088e067
tree9e88f0b1c25f09cff608283556683a892b7f94d7
parent96b30b364a0b88a15c38bd22883bb40bbcb6f428
Use openstack command instead keystone command in prepare_storperf_admin-rc.sh

JIRA: YARDSTICK-476

In Openstack Newton, the ”tenant“ is deprecated and "project" is used.
The prepare_storperf_admin-rc.sh uses keystone command to get "tenant id".
So for newton, we need to use openstack command to get "project id".

This patch also add a copy right header in tests/ci/scp_storperf_admin-rc.sh.

Change-Id: Ic69cb07f684ccb557866a4141e9d2724fc054f29
Signed-off-by: JingLu5 <lvjing5@huawei.com>
tests/ci/prepare_storperf_admin-rc.sh
tests/ci/scp_storperf_admin-rc.sh