diff --git a/doc/source/stadium/sub_projects.rst b/doc/source/stadium/sub_projects.rst index 29a34724b6a..2df73fcb27a 100644 --- a/doc/source/stadium/sub_projects.rst +++ b/doc/source/stadium/sub_projects.rst @@ -596,6 +596,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) diff --git a/neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py b/neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py index 8ef87353c33..20c5b831255 100644 --- a/neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py +++ b/neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py @@ -61,7 +61,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, help=_("Use veths instead of patch ports to interconnect the " "integration bridge to physical networks. "