From 054d9555dc895db62ef380a69f78881578d82e8a Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Thu, 11 Sep 2025 18:38:24 +0000 Subject: [PATCH] fix for space forgot in management_ip ASK [bootstrap-host : Deploy openstack_user_config] *************************** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ^ fatal: [localhost]: FAILED! => msg: |- Unexpected failure during module execution: while scanning a simple key in "", line 106, column 5: management_ip:172.29.236.100 ^ could not find expected ':' in "", line 107, column 1: ^ stdout: '' Change-Id: I546739a96a465d144027d50f99629715db078808 Signed-off-by: Ivan Anfimov --- etc/openstack_deploy/openstack_user_config.yml.aio.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/openstack_deploy/openstack_user_config.yml.aio.j2 b/etc/openstack_deploy/openstack_user_config.yml.aio.j2 index 7c91999e19..fbaf0db9ed 100644 --- a/etc/openstack_deploy/openstack_user_config.yml.aio.j2 +++ b/etc/openstack_deploy/openstack_user_config.yml.aio.j2 @@ -224,7 +224,7 @@ repo-infra_hosts: coordination_hosts: aio1: ip: {{ bootstrap_host_public_address }} - management_ip:{{ bootstrap_host_management_address }} + management_ip: {{ bootstrap_host_management_address }} {% if 'infra' in bootstrap_host_scenarios_expanded %} affinity: zookeeper_container: 3