Bugfix: remove double quote around SECURE variable 65/36465/2
authorJingLu5 <lvjing5@huawei.com>
Mon, 26 Jun 2017 03:18:56 +0000 (03:18 +0000)
committerJing Lu <lvjing5@huawei.com>
Mon, 26 Jun 2017 03:32:05 +0000 (03:32 +0000)
commitb04755b5148daf36db436dc066e1bef2c93f1879
tree79a68bc1b7f96eae6e2a1f597985650822cc0b8c
parent3ca356db275f543bcbbb39701207a0faa2e29e02
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>
tests/ci/clean_images.sh
tests/ci/load_images.sh