Update git submodules
authorxudan <xudan16@huawei.com>
Wed, 16 Aug 2017 07:05:56 +0000 (03:05 -0400)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 16 Aug 2017 09:33:49 +0000 (09:33 +0000)
commit999f3edca2bd5df03f76cf2d38d2448881aabbac
treebfed382929f96951f5091fad04badda7e38c4fbd
parenta67501902a61751ca648c8dc50c9e60a99cb84fd
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 <xudan16@huawei.com>
docs/submodules/dovetail