Description of problem: If the NeutronL3AgentAvailabilityZone THT paramater is used the specified value of AZ for L3 agent is not being set, instead the default value "nova" is set for Neutron Availability zone of L3 agent. The similar parameter NeutronDhcpAgentAvailabilityZone works as expected as well as setting it as ExtraConfig parameter for the role works as expected too, for example: Controller0ExtraConfig: neutron::agents::l3::availability_zone: az-central Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Use NeutronL3AgentAvailabilityZone parameter for setting AZ of Neutron L3 agent in tripleo heat templates. Actual results: The value of "nova" is set as AZ for L3 agent. Expected results: The specified value of the parameter should be set as the Neutron AZ for L3 agent. Additional info:
Confirmed, the parameter is currently ignored, there is a typo in deployment/neutron/neutron-l3-container-puppet.yaml: - - if: - az_unset - {} - neutron::agents::l3::availability_zone: {get_param: NeutronL3AgentAvailabilityZone} if: - l3_agent_extensions_empty - {} - neutron::agents::l3::extensions: {get_param: NeutronL3AgentExtensions} That second if should not be in same item. This was fixed in the middle of larger commit https://opendev.org/openstack/tripleo-heat-templates/commit/27788212ccaff768fbf192d6a16e478d6bfc75bb in wallaby, so parameter is broken in earlier stable versions.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Red Hat OpenStack Platform 16.2 (openstack-tripleo-heat-templates) security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:0995