ironic/ironic/api
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
..
controllers Add a configuration option for the default resource class 2017-11-24 17:54:22 +01:00
middleware TrivialFix: Remove logging import unused 2017-04-26 17:32:06 +07:00
__init__.py Centralize config options - [api] 2016-07-21 11:51:45 -07:00
app.py Enable OSProfiler support in Ironic 2017-07-07 15:58:28 -07:00
app.wsgi Replace logging constants with oslo.log 2016-04-26 16:38:51 +08:00
config.py Remove agent vendor passthru completely 2016-12-13 09:31:08 +02:00
expose.py Disable XML now that we have WSME/Pecan support 2015-04-06 09:31:09 -07:00
hooks.py Remove translation of log messages from ironic/api 2017-04-05 09:53:58 -07:00