From 842afa2b12de2d3fd4909df69550ddb576abf1e7 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 26 Jan 2018 17:05:20 +0000 Subject: Update git submodules * Update docs/submodules/fuel from branch 'stable/euphrates' - Merge "[baremetal] Fix cmp proto dhcp on PXE/admin" into stable/euphrates - [baremetal] Fix cmp proto dhcp on PXE/admin Although we properly filter the PXE/admin interface in the common openstack_compute_pdf.yml.j2 template and use DHCP instead of manual setup, we failed to do the same in scenario-specific overrides (ODL, OVS), so we end up with 'proto: manual' on PXE/admin on cmp nodes. The fix is trivial and reuses the mechanism in the common class in scenario-specific templates (if interface is PXE/admin, use 'DHCP' instead of 'manual'). This solves the issue of broken connectivity to Salt master after cmp reboot. Change-Id: I1953d03343190acb2efcab4412a3d37e130b0ea9 Signed-off-by: Alexandru Avadanii (cherry picked from commit 19913423a73f5913f7aa12a0737b2d2d36639efe) --- docs/submodules/fuel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/fuel') diff --git a/docs/submodules/fuel b/docs/submodules/fuel index 4b268006c..16aca75cd 160000 --- a/docs/submodules/fuel +++ b/docs/submodules/fuel @@ -1 +1 @@ -Subproject commit 4b268006c62db90cd1081ee57cab3bb30376e506 +Subproject commit 16aca75cd5e292c1e7bc9aeee93b47042a58a4ad -- cgit 1.2.3-korg