From d79d6463f88c3c884fa7f8dcf43b815f50e4c3fa Mon Sep 17 00:00:00 2001 From: kallimachos Date: Mon, 15 Sep 2014 16:05:08 +1000 Subject: [PATCH] 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 --- .../networking/section_networking_config-agents.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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, ...