From b835013ce0f47b9b8038be57edb524f082756760 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 23 Aug 2022 16:37:08 +0100 Subject: [PATCH] Ironic role should pick the address services bind to This is necessary to support either metal or LXC deployments in AIO. Change-Id: Iab4b216e61f48e29e62c999d491f7744435c8d1e --- .../roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index 3b38e6df89..9278c9b366 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -287,7 +287,3 @@ deployment_environment_variables: lxc_container_networks: {} {% endif %} -{% if 'ironic' in bootstrap_host_scenario %} -# The ironic inspector DHCP address that hands out DHCP offers -ironic_inspector_dhcp_address: 172.29.228.100 -{% endif %}