summaryrefslogtreecommitdiff
path: root/releasenotes/notes/create-on-conductor-c1c52a1f022c4048.yaml
blob: ca338faf32775d719257b5862fe377fea14ec0e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - Moves node creation logic from the API service to the conductor service.
    This is more consistent with other node operations and opens opportunities
    for conductor-side validations on nodes.  However, with this change, node
    creation may take longer, and this may limit the number of nodes that can
    be enrolled in parallel.
  - The ``[DEFAULT]/default_network_interface`` and ``[dhcp]/dhcp_provider``
    configuration options were previously required for the ironic-api service
    to calculate the correct "network_interface" default. Now these options
    are only required by the ironic-conductor service.