Expose [agent] extensions option into l3_agent.ini

This option was added in Newton as part of blueprint l3-agent-extensions
but was not exposed into the sample config file.

Change-Id: Ifdb60032223d37858f41e6c3efc18f0de72912db
Closes-Bug: #1643944
This commit is contained in:
Ihar Hrachyshka 2016-11-12 07:58:06 +00:00 committed by garyk
parent ef6a3d8789
commit fc251bf72c
1 changed files with 3 additions and 1 deletions

View File

@ -204,7 +204,9 @@ def list_l3_agent_opts():
neutron.conf.agent.l3.ha.OPTS,
neutron.agent.linux.pd.OPTS,
neutron.agent.linux.ra.OPTS)
)
),
('agent',
neutron.conf.agent.agent_extensions_manager.AGENT_EXT_MANAGER_OPTS),
]