Bug 1635154 - puppet-neutron defines [AGENT] and [agent] sections in l3_agent.ini.
Summary: puppet-neutron defines [AGENT] and [agent] sections in l3_agent.ini.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: puppet-neutron
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z7
: 13.0 (Queens)
Assignee: Kamil Sambor
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-10-02 08:38 UTC by Keigo Noha
Modified: 2023-10-06 18:00 UTC (History)
6 users (show)

Fixed In Version: puppet-neutron-12.4.1-7.el7ost
Doc Type: If docs needed, set a value
Doc Text:
-
Clone Of:
: 1709261 (view as bug list)
Environment:
Last Closed: 2019-07-10 13:03:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 653933 0 None MERGED Unified agent section of ini files 2020-07-13 03:37:55 UTC
Red Hat Bugzilla 1607778 0 medium CLOSED FloatingIPQOS job fails 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker OSP-29337 0 None None None 2023-10-06 18:00:03 UTC
Red Hat Product Errata RHBA-2019:1738 0 None None None 2019-07-10 13:04:57 UTC

Internal Links: 1607778

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


Note You need to log in before you can comment on or make changes to this bug.