5b62504672
This feature is no longer needed since ironic-inspector supports storing data in the database, which is a better supported approach. This patch does not provide any migration and expects the operators to do it using the ironic-inspector tooling. Change-Id: I6f18b3a64d6df9354c3f04a588240f9ae3228d7c
14 lines
563 B
YAML
14 lines
563 B
YAML
---
|
|
features:
|
|
- |
|
|
When inspection support is enabled, introspection data is now stored in
|
|
the database by default. You can use the ``ironic-inspector-migrate-data``
|
|
command to move the data from nginx to the database, for example::
|
|
|
|
ironic-inspector-migrate-data --from swift --to database --config-file /etc/ironic-inspector/inspector.conf
|
|
deprecations:
|
|
- |
|
|
The ``inspector_store_data_in_nginx`` configuration option is deprecated
|
|
and will be removed in a future release. Introspection data can now be
|
|
stored in the database.
|