Clarifies local_settings file location

Clarifies local_settings file location according to Linux distribution, and makes a minor phrasing improvement in the Ryu plug-in section.

Change-Id: I19fca9541fd7556ed1cfb4682b1b9a38b72f073f
Closes-Bug: #1362860
This commit is contained in:
kallimachos
2014-09-15 16:05:08 +10:00
parent 8bde43909c
commit d79d6463f8

View File

@@ -158,9 +158,7 @@
or a subsequent release.
</para>
</warning>
<para>If you use the Ryu plug-in, you must install
both Open vSwitch and Ryu, in addition to the Ryu
agent package.</para>
<para>If you use the Ryu plug-in, you must install Open vSwitch, Ryu, and the Ryu agent package.</para>
<procedure>
<title>To set up each node for the Ryu
plug-in</title>
@@ -533,8 +531,13 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
dashboard.</para>
<para>Change the <option>enable_lb</option> option
to <parameter>True</parameter> in the
<filename>/etc/openstack-dashboard/local_settings</filename>
file:</para>
<filename>local_settings</filename> file
(on Fedora, RHEL, and CentOS:
<filename>/etc/openstack-dashboard/local_settings</filename>,
on Ubuntu and Debian:
<filename>/etc/openstack-dashboard/local_settings.py</filename>,
and on openSUSE and SLES:
<filename>/srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py</filename>):</para>
<programlisting language="python">OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': True,
...