Files
neutron/releasenotes/notes/ovn-placement-init-config-6198f572e1dadcba.yaml
Rodolfo Alonso Hernandez 5841cacecb [OVN][Placement] Placement init config with Chassis create event
Now the initial Placement configuration per Chassis is build when
a Chassis create event is received. That will happen when:
* The Neutron API is restarted.
* When a new Chassis register is created.

Closes-Bug: #2102090
Change-Id: I9aa8accdcead079fe2e713fe569f8bff7403be92
2025-03-21 07:33:21 +00:00

9 lines
405 B
YAML

---
issues:
- |
The ML2/OVN Placement initial configuration is executed now in the Neutron
API process and removed from the maintenance worker; since the migration
to WSGI, now the API and the maintenance worker are different processes.
When an OVN ``Chassis`` creation event is received, the configuration is
read, a ``PlacementState`` object created and sent to the Placement API.