265993316b
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
7 lines
218 B
YAML
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.
|