
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
9 lines
405 B
YAML
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.
|