From 626c3e6cd7e77e9fd3ba461df2b1d2f6de8422a7 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 22 Jul 2021 11:57:39 +0000 Subject: [PATCH] Update git submodules * Update kolla-ansible from branch 'master' to 54eb323b32e33ab07f4f98a3cf81271087adf841 - Merge "ironic: always enable conductor HTTP server" - ironic: always enable conductor HTTP server In the Xena release, Ironic removed the iSCSI driver [1]. The recommended driver is direct, which uses HTTP to transfer the disk image. This requires an HTTP server, and the simplest option is to use the one currently deployed when enable_ironic_ipxe is set to true. For this reason, this patch always enables the HTTP server running on the conductor. iPXE is still enabled separately, since it cannot currently be used at the same time as PXE. [1] https://review.opendev.org/c/openstack/ironic/+/789382 Change-Id: I30c2ad2bf2957ac544942aefae8898cdc8a61ec6 --- kolla-ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolla-ansible b/kolla-ansible index 5d5c3921c7..54eb323b32 160000 --- a/kolla-ansible +++ b/kolla-ansible @@ -1 +1 @@ -Subproject commit 5d5c3921c7a054488821548f16afd34cabcf238c +Subproject commit 54eb323b32e33ab07f4f98a3cf81271087adf841