From f5a2703c726e30266dcb5ebb7047ea397b1d78e4 Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 27 Feb 2018 01:54:02 -0500 Subject: Update git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update docs/submodules/dovetail from branch 'master' - Bugfix: Dovetail tool will crash when hosts.yaml file with incorrect format If the hosts.yaml file is like, — hosts_info: 192.168.141.101: it will raise an exception, File "/usr/local/lib/python2.7/dist-packages/dovetail/utils/dovetail_utils.py", line 227, in add_hosts_info names=hostnames) File "/usr/local/lib/python2.7/dist-packages/python_hosts/hosts.py", line 54, in _init_ raise Exception('Address and Name(s) must be specified.') Exception: Address and Name(s) must be specified. If the hosts.yaml file is empty, it will crash with, File "/usr/local/lib/python2.7/dist-packages/dovetail/container.py", line 174, in create if hosts_yaml['hosts_info']: TypeError: 'NoneType' object has no attribute '_getitem_' JIRA: DOVETAIL-621 Change-Id: I547928e514b3294c048379459c07df89879fbb03 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 5640d95a5..c729d5c0b 160000 --- a/docs/submodules/dovetail +++ b/docs/submodules/dovetail @@ -1 +1 @@ -Subproject commit 5640d95a5d4ba0781ef66518dff57cf97a0a6431 +Subproject commit c729d5c0b053eb7762426b78682fc0eeca033e81 -- cgit 1.2.3-korg