Update for removing ofagent

Update document and configuration help.
A release-note for removing ofagent is added in the following.

I5dbcd38b0ccc156a6c1cbac4d7fa7f9d297ec466

Change-Id: I586c0d5a7f9d3b742e8c65ff7e2986fd5d837f94
Partial-Bug: #1521477
This commit is contained in:
fumihiko kakuma 2016-04-15 10:16:03 +09:00
parent 04aa284151
commit cece185573
2 changed files with 4 additions and 1 deletions

View File

@ -566,6 +566,9 @@ OpenFlow Agent (ofagent)
* Launchpad: https://launchpad.net/networking-ofagent
* PyPI: https://pypi.python.org/pypi/networking-ofagent
Note: The networking-ofagent project has been removed in the Newton cycle
and the only stable branch is maintained until its EOL.
.. _networking-onos:
Open Network Operating System (onos)

View File

@ -60,7 +60,7 @@ ovs_opts = [
"Note: If you remove a bridge from this "
"mapping, make sure to disconnect it from the "
"integration bridge as it won't be managed by the "
"agent anymore. Deprecated for ofagent.")),
"agent anymore.")),
cfg.BoolOpt('use_veth_interconnection', default=False,
deprecated_for_removal=True,
help=_("Use veths instead of patch ports to interconnect the "