From 999f3edca2bd5df03f76cf2d38d2448881aabbac Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 16 Aug 2017 03:05:56 -0400 Subject: Update git submodules * Update docs/submodules/dovetail from branch 'master' - Bugfix: wrong command in function 'check_https_enabled' JIRA: DOVETAIL-482 1. In function check_https_enabled, it will use cmd "openstack catalog show identity |awk '/public/ {print $4}'" to check if it is https. 2. However, this command will not work if it is https. 3. Check https via OS_AUTH_URL rather than "openstack catalog show identity". Change-Id: If40ffa8e9b33c38123ff4b834198a8eaaedc1c9c Signed-off-by: xudan --- docs/submodules/dovetail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/dovetail b/docs/submodules/dovetail index 5e261c5ac..433127537 160000 --- a/docs/submodules/dovetail +++ b/docs/submodules/dovetail @@ -1 +1 @@ -Subproject commit 5e261c5ac601ba48bdf358de184337a1be954ff4 +Subproject commit 433127537222120963133546bc7cde6bd2786858 -- cgit 1.2.3-korg