From c3b23a2a326ea166579aab7548e04a884424887f Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Mon, 26 Jun 2017 03:18:56 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - 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 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 3ca356db2..b04755b51 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 3ca356db275f543bcbbb39701207a0faa2e29e02 +Subproject commit b04755b5148daf36db436dc066e1bef2c93f1879 -- cgit 1.2.3-korg