Fix missing [mdns] options
Make sure these options are added to the sample config file generated by oslo-config-generator. Change-Id: I09dc6ace0725140bf3542d053e4c941ce190c0df Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -30,6 +30,7 @@ packages =
|
||||
[entry_points]
|
||||
oslo.config.opts =
|
||||
ironic-python-agent = ironic_python_agent.config:list_opts
|
||||
ironic-python-agent-mdns = ironic_python_agent.mdns:list_opts
|
||||
|
||||
console_scripts =
|
||||
ironic-python-agent = ironic_python_agent.cmd.agent:run
|
||||
|
@@ -2,4 +2,5 @@
|
||||
output_file = etc/ironic_python_agent/ironic_python_agent.conf.sample
|
||||
wrap_width = 62
|
||||
namespace = ironic-python-agent
|
||||
namespace = ironic-python-agent-mdns
|
||||
namespace = oslo.log
|
||||
|
Reference in New Issue
Block a user