Use /etc/neutron/neutron.conf

Use /etc/neutron/neutron.conf for configuration, not
/usr/share/neutron/neutron-dist.conf. The latter is intended for
distributors to provide their recommended settings/overrides but these
are overridden by whatever is in /etc/neutron/neutron.conf.

Change-Id: I4c6037140e969865a47de7873cd985286c8ec13a
Closes-Bug: #1284098
This commit is contained in:
Stephen Gordon 2014-03-08 17:34:21 -05:00
parent 9d5249a867
commit c091c8b244

View File

@ -1267,7 +1267,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
<listitem>
<para>Enable the <productname>HAProxy</productname>
plug-in using the <option>service_provider</option>
parameter in the <filename>/usr/share/neutron/neutron-dist.conf</filename>
parameter in the <filename>/etc/neutron/neutron.conf</filename>
file:</para>
<programlisting language="ini">
service_provider = LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default</programlisting>