From f49ece3b30f3d146b6a33cb64cf5b69ee97d202c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 21 Dec 2013 20:12:14 +0100 Subject: [PATCH] Document Brocade Networking plug-in The driver is now part of Networking, update documentation URL and document how to use it. Change-Id: Ia611750f25340544e915741f0da7cfeeca0c9595 Closes-Bug: #1097268 --- doc/admin-guide-cloud/ch_networking.xml | 58 +++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 3 deletions(-) diff --git a/doc/admin-guide-cloud/ch_networking.xml b/doc/admin-guide-cloud/ch_networking.xml index 02052a256f..25d2cb61b7 100644 --- a/doc/admin-guide-cloud/ch_networking.xml +++ b/doc/admin-guide-cloud/ch_networking.xml @@ -135,9 +135,7 @@ Brocade Plug-in - https://github.com/brocade/brocade + Documentation included in this guide + +
+ Configure Brocade plug-in + + To use the Brocade plug-in with + OpenStack Networking + + Install the Brocade modified Python + netconf client (ncclient) library which is available + at https://github.com/brocade/ncclient: + $ git clone https://www.github.com/brocade/ncclient +$ cd ncclient; sudo python ./setup.py install + + + + Edit the + /etc/neutron/neutron.conf + file and set the following option: + core_plugin = neutron.plugins.brocade.NeutronPlugin.BrocadePluginV2 + + + Edit the + /etc/neutron/plugins/brocade/brocade.ini + configuration file for the Brocade plug-in + and specify the admin user name, password, + and IP address of the Brocade switch: + + [SWITCH] +username = admin +password = password +address = switch mgmt ip address +ostype = NOS + + For database configuration, see Install Networking Services + in any of the Installation + Guides in the OpenStack Documentation + index. (The link defaults to + the Ubuntu version.) + + + To apply the new settings, restart the + neutron-server service: + + # service neutron-server restart + + +
+
Configure OVS plug-in If you use the Open vSwitch (OVS) plug-in in