summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1821088-reject-duplicate-port-ids-a38739d67d5d7c5d.yaml
blob: 2a9a707bcac4ee64e070d06487b2d15a36d1ad7c (plain)
1
2
3
4
5
6
7
---
fixes:
  - |
    The ``POST /servers`` (create server) API will now reject attempts to
    create a server with the same port specified multiple times. This was
    previously accepted by the API but the instance would fail to spawn and
    would instead transition to the error state.