From 6559b1f5de1a2ef0870fc8247f3f76157b7a8830 Mon Sep 17 00:00:00 2001 From: James Denton Date: Wed, 29 Dec 2021 11:12:30 -0600 Subject: [PATCH] Change os_region to region_name os_region is deprecated in favor of region_name. Fixes deprecation notice. Change-Id: Ia92e9c43157620bd89466d95a620898396def8b9 --- templates/plugins/ml2/ironic_neutron_agent.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/plugins/ml2/ironic_neutron_agent.ini.j2 b/templates/plugins/ml2/ironic_neutron_agent.ini.j2 index 14ff6974..a5330f12 100644 --- a/templates/plugins/ml2/ironic_neutron_agent.ini.j2 +++ b/templates/plugins/ml2/ironic_neutron_agent.ini.j2 @@ -8,4 +8,4 @@ password = {{ ironic_service_password }} username = ironic auth_url = {{ keystone_service_internalurl }} auth_type = password -os_region = RegionOne +region_name = {{ ironic_service_region }}