Bug 1635154

Summary: puppet-neutron defines [AGENT] and [agent] sections in l3_agent.ini.
Product: Red Hat OpenStack Reporter: Keigo Noha <knoha>
Component: puppet-neutronAssignee: Kamil Sambor <ksambor>
Status: CLOSED ERRATA QA Contact: nlevinki <nlevinki>
Severity: medium Docs Contact:
Priority: medium    
Version: 13.0 (Queens)CC: bhaley, jjoyce, jschluet, ksambor, slinaber, tvignaud
Target Milestone: z7Keywords: Triaged, ZStream
Target Release: 13.0 (Queens)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: puppet-neutron-12.4.1-7.el7ost Doc Type: If docs needed, set a value
Doc Text:
-
Story Points: ---
Clone Of:
: 1709261 (view as bug list) Environment:
Last Closed: 2019-07-10 13:03:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Keigo Noha 2018-10-02 08:38:58 UTC
Description of problem:
puppet-neutron defines [AGENT] and [agent] sections in l3_agent.ini.
oslo.config is case-insensitive to section name. But puppet-neutron defines [AGENT] and [agent] section into l3_agent.ini.
It occurs a confusion.

Version-Release number of selected component (if applicable):
Current puppet-neutron.

How reproducible:
Every deployment.

Steps to Reproduce:
1.
2.
3.

Actual results:
~~~
# grep -i -A 28 '\[agent\]'
/var/lib/config-data/puppet-generated/neutron/etc/neutron/l3_agent.ini
| egrep -v -e '^$'
[agent]
#
# From neutron.az.agent
#
# Availability zone of this node (string value)
#availability_zone = nova
#
# From neutron.base.agent
#
# Seconds between nodes reporting state to server; should be less than
# agent_down_time, best if it is half or less than agent_down_time. (floating
# point value)
#report_interval = 30
# Log agent heartbeats (boolean value)
#log_agent_heartbeats = false
#
# From neutron.l3.agent
#
# Extensions list to use (list value)
#extensions =
--
[AGENT]
extensions=fip_qos
-----

Expected results:
[agent] section is solely defined.

Additional info:

Comment 18 errata-xmlrpc 2019-07-10 13:03:16 UTC
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, 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/RHBA-2019:1738