summaryrefslogtreecommitdiff
path: root/releasenotes/notes/create-port-on-conductor-b921738b4b2a5def.yaml
blob: 18f11dbb3d7b655e3cec1997253cdc65b773cff7 (plain)
1
2
3
4
5
6
7
---
upgrade:
  - Moves port creation logic from the API service to the conductor service.
    This is more consistent with port update operations and opens opportunities
    for conductor-side validations on ports.  However, with this change, port
    creation may take longer, and this may limit the number of ports that can
    be created in parallel.