summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-02-02 04:57:57 +0000
committerGerrit Code Review <review@openstack.org>2023-02-02 04:57:57 +0000
commit2202cc1d89d95b368c65f4968003fd4e0e139af2 (patch)
treef05e1e6bd73022b31c83f5594ea3b8e7e3250e38 /releasenotes
parent9b3e1971619ef2a5c59c25fafa1e34140bc71453 (diff)
parentd0c7bb653af16ddf310579966d2f6583da866f4c (diff)
downloadneutron-2202cc1d89d95b368c65f4968003fd4e0e139af2.tar.gz
Merge "[OVN] Implementation of OVN Neutron Agent"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml b/releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml
new file mode 100644
index 0000000000..ed2a04d860
--- /dev/null
+++ b/releasenotes/notes/ovn-agent-added-84fc31c0fba02be9.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Added a new agent: the OVN Agent. This new agent will run on a compute or
+ a controller node using OVN as network backend, similar to other ML2
+ mechanism drivers as ML2/OVS or ML2/SRIOV. This new agent will perform
+ those actions that the ovn-controller service cannot execute. The agent
+ functionality will be plugable and added via configuration knob.