Bugfix: remove double quote around SECURE variable 77/36477/1
authorJingLu5 <lvjing5@huawei.com>
Mon, 26 Jun 2017 03:18:56 +0000 (03:18 +0000)
committerJing Lu <lvjing5@huawei.com>
Mon, 26 Jun 2017 06:03:02 +0000 (06:03 +0000)
commit2f9126f350bff38eec2ff452866e5a2ca3d0bdd7
tree8687bf3cb6d7b0a30da645eabe0a95c5e6b24b02
parentabc37694c6b0d1d80fa5942386d41f69d1bc085a
Bugfix: remove double quote around SECURE variable

JIRA: YARDSTICK-689

This patch remove the double quote around the SECURE varibale as it may cause the fowllowing error:
$ openstack "${SECURE}" image list
openstack: ' image list' is not an openstack command. See 'openstack --help'.
Did you mean one of these?
  access token create
  address scope create
  address scope delete
  address scope list
  address scope set
  address scope show
  aggregate add host
  aggregate create
  ...

Change-Id: Ibb22e85b3dd89b0e3b62821bd5ebe4f155886ffc
Signed-off-by: JingLu5 <lvjing5@huawei.com>
(cherry picked from commit b04755b5148daf36db436dc066e1bef2c93f1879)
tests/ci/clean_images.sh
tests/ci/load_images.sh