bifrost/releasenotes/notes/store-data-a14351976eda9842.yaml
Dmitry Tantsur 5b62504672 Deprecate the Nginx data store
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
2019-06-18 16:37:17 +02:00

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.