9953b5a2e8
When creating nodes, previously there was no way to set a default conductor group to create nodes with, thus forcing a two step process, a dedicated conductor without a conductor group to serve reqeusts for it. With this change, an operator can set specific conductor_group settings by API, allowing increased delineation with reduced risk of misconfiguration or mis-step. Story: 2010267 Task: 46183 Change-Id: I21d58750504b2eecf3368d2e03eaca050065c3d7
8 lines
304 B
YAML
8 lines
304 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the capability to define a ``default_conductor_group`` setting
|
|
which allows operators to assign a default conductor group to new nodes
|
|
created in Ironic if they do not otherwise have a ``conductor_group``
|
|
set upon creation. By default, this setting has no value.
|