<div dir="ltr">That's still going to be backwards-incompatible with the way it's been shipped for quite a while now. Passing ENV vars or something to point to specific config files is going to need to be explored.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 6, 2017 at 9:19 PM, Thomas Bechtold <span dir="ltr"><<a href="mailto:tbechtold@suse.com" target="_blank">tbechtold@suse.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Kevin,<span class=""><br>
<br>
On 04.09.2017 15:01, Kevin Benton wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes, unfortunately I didn't make it back to the patch in time to adjust devstack to dump all of the configuration into one file (instead of /etc/neutron/neutron.conf /etc/neutron/plugins/ml2.conf etc).<br>
</blockquote>
<br></span>
You don't have to put everything into one file. oslo.config supports per service config files and conf.d dirs[1].<br>
So eg. dhcp_agent.ini could be put into /etc/neutron/neutron-dhcp-agen<wbr>t.conf.d/foo.conf (it must end with .conf).<br>
Maybe that's more readable than a single huge config file?<br>
<br>
Best,<br>
<br>
Tom<br>
<br>
[1] <a href="https://docs.openstack.org/releasenotes/oslo.config/ocata.html#id2" rel="noreferrer" target="_blank">https://docs.openstack.org/rel<wbr>easenotes/oslo.config/ocata.<wbr>html#id2</a><br>
<br>
</blockquote></div><br></div>