Merge "Expose [agent] extensions option into l3_agent.ini"

This commit is contained in:
Jenkins 2016-12-08 23:50:10 +00:00 committed by Gerrit Code Review
commit 69259e9525
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),
]