c58a22a2b1
Unless you add a 'properties' field under the 'ironic_config' for a node spec, ironic nodes are registered with silly default properties (originating in the os_ironic module) which cause validation to fail: cpus:1, memory_mb: 1, local_gb: 1 We have enough info to add sensible defaults based on the VM configuration, so let's do that. Change-Id: I43fbe726d1d787d96be811f3ecd4234ea3b6bac3 Story: 2004908 Task: 29258
8 lines
322 B
YAML
8 lines
322 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for setting default properties on ironic nodes. This avoids an
|
|
issue where nodes are registered with the standard scheduling properties
|
|
all set to 1, causing ironic validation failures. See `story 2004908
|
|
<https://storyboard.openstack.org/#!/story/2004908>`__ for details.
|