commit 1ed1033c25e5edcd8076c482dcfca6bd6fbd0352 Author: Steve Baker Date: Thu Sep 24 13:00:00 2020 +1200 Update git submodules * Update metalsmith from branch 'master' - Handle out-of-tree openstack module_utils ansible.module_utils.openstack will exist during ansible runtime due to ansible's runtime package renaming of module_utils. However with ansible-2.10 the openstack collection[1] is no longer in the ansible tree, so the unit tests will fail due to the missing package. This change works around this by handling import failure and adding a check in main() to fail if the openstack module_utils is not available. The unit tests deliberately don't test main() to avoid dealing with ansible internals. NOTE: Also explicitly enables the iscsi deployment interface as it has been deprecated and is no longer enabled by default. [1] https://opendev.org/openstack/ansible-collections-openstack Change-Id: I2d03696d673e74f0d4e6609532a8add1c0725f91 diff --git a/metalsmith b/metalsmith index 7aaa604..4de7115 160000 --- a/metalsmith +++ b/metalsmith @@ -1 +1 @@ -Subproject commit 7aaa6047492899185b332330b93d9d63b8c7703b +Subproject commit 4de71152472d3fafe1b4b8d76ea3369323d620fd