doc: fix typos

Change-Id: I2625455719c1ed9f2ac68476e0a03a2b92400377
This commit is contained in:
Akihiro Motoki 2016-04-11 06:12:06 +09:00
parent 88045cc23c
commit 1e8bf7394e
3 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@
DevStack support for NWA plugin
===============================
This devstack external plugin installs NEC plugin library
This DevStack external plugin installs NEC plugin library
so that Neutron NEC NWA plugin can be enabled.
To use this devstack plugin, add the following to your local.conf::
To use this DevStack plugin, add the following to your local.conf::
enable_plugin networking-nec https://git.openstack.org/openstack/networking-nec [<branch>]

View File

@ -5,7 +5,7 @@ Installation of OpenFlow plugin
Requirements
============
OpenFlow controller is required to make NEC OepnFlow plugin work.
OpenFlow controller is required to make NEC OpenFlow plugin work.
A controller needs to support REST API available at `Sliceable Network Management API`_.
The following controllers are available:

View File

@ -42,7 +42,7 @@ Features of North-bound REST API of OpenFlow controller
* Trema Sliceable Switch
* **trema**: Trema Slieable Switch. Alias for **trema_port**.
* **trema**: Trema Sliceable Switch. Alias for **trema_port**.
* **trema_port** : Virtual networks are identified based on OpenFlow port. Each port of virtual network is identified by datapath_id, port_no and (optional) vlan_id.
* **trema_portmac** : Similar to **trema_port**. In addition MAC address is also considered when identify a port of virtual network.
* **trema_mac** : Virtual networks are identified based on received MAC address.