ironic/releasenotes/notes/default-resource-class-e11bacfb01d6841b.yaml
Dmitry Tantsur 265993316b Add a configuration option for the default resource class
If no resource class is provided in a creation request, the value of
the new ``default_resource_class`` configuration option is used.

While this feature is implemented on the API level, it's not a part of
the API contract, so it's not covered by a microversion. It's particularly
important, because it allows this change to apply even to requests
using an old API version, thus making these versions usable after
the mandatory switch to resource classes in nova.

Change-Id: I58232d9c92d6ffca49d334e5fb7078bce19f1cb4
Closes-Bug: #1732190
2017-11-24 17:54:22 +01:00

7 lines
218 B
YAML

---
features:
- |
Adds new configuration option ``[DEFAULT]default_resource_class`` that
specifies the resource class to use for new nodes when no resource class
is provided in the node creation request.