diff --git a/doc/admin-guide-cloud/networking/section_networking_config-agents.xml b/doc/admin-guide-cloud/networking/section_networking_config-agents.xml
index 96d522334f..e0d468cc47 100644
--- a/doc/admin-guide-cloud/networking/section_networking_config-agents.xml
+++ b/doc/admin-guide-cloud/networking/section_networking_config-agents.xml
@@ -158,9 +158,7 @@
or a subsequent release.
- If you use the Ryu plug-in, you must install
- both Open vSwitch and Ryu, in addition to the Ryu
- agent package.
+ If you use the Ryu plug-in, you must install Open vSwitch, Ryu, and the Ryu agent package.To set up each node for the Ryu
plug-in
@@ -533,8 +531,13 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
Change the option
to True in the
- /etc/openstack-dashboard/local_settings
- file:
+ local_settings file
+ (on Fedora, RHEL, and CentOS:
+ /etc/openstack-dashboard/local_settings,
+ on Ubuntu and Debian:
+ /etc/openstack-dashboard/local_settings.py,
+ and on openSUSE and SLES:
+ /srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py):
OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': True,
...