diff options
author | Jim Rollenhagen <jim@jimrollenhagen.com> | 2017-02-08 16:37:05 -0500 |
---|---|---|
committer | Jim Rollenhagen <jim@jimrollenhagen.com> | 2017-02-13 15:44:00 -0500 |
commit | 4dfde43b2507e4209e0fd1a7f8bc1e20aad19c21 (patch) | |
tree | 1be78803ee1ffe17af01c520662c11460adea540 /releasenotes/notes/create-on-conductor-c1c52a1f022c4048.yaml | |
parent | ba980bda7be8cb669caa4d570a4416a9b063bd0b (diff) | |
download | ironic-4dfde43b2507e4209e0fd1a7f8bc1e20aad19c21.tar.gz |
Clean up release notes for 7.0.0
Change-Id: I932157f80f58d17ce66df60fde31bb812f74d05f
Diffstat (limited to 'releasenotes/notes/create-on-conductor-c1c52a1f022c4048.yaml')
-rw-r--r-- | releasenotes/notes/create-on-conductor-c1c52a1f022c4048.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/releasenotes/notes/create-on-conductor-c1c52a1f022c4048.yaml b/releasenotes/notes/create-on-conductor-c1c52a1f022c4048.yaml index 82d02642a..ca338faf3 100644 --- a/releasenotes/notes/create-on-conductor-c1c52a1f022c4048.yaml +++ b/releasenotes/notes/create-on-conductor-c1c52a1f022c4048.yaml @@ -1,11 +1,11 @@ --- upgrade: - - In this release node creation logic was moved 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" + - 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 read by the ironic-conductor service. + are only required by the ironic-conductor service. |