tenks/releasenotes/notes/default-properties-a59636e41be05d66.yaml
Mark Goddard c58a22a2b1 Default Ironic node properties are bogus
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
2019-01-31 15:00:51 +00:00

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.