tripleo-heat-templates/releasenotes/notes/add-IronicInspectorStorageBackend-parameter-9dd87e751b576007.yaml
ramishra c35df2f7c3 Don't use swift backend for introspection data
This adds a new tht parameter to set introspection
data storage backend.

As we plan to remove swift from undercloud, we change
this to database for it.

Change-Id: Icc8a9e2c80660b0dcc29a75183550917667d030c
2021-02-04 15:14:57 +05:30

10 lines
328 B
YAML

---
features:
- |
Adds a new ``IronicInspectorStorageBackend`` parameter that can be used
to set the storage backend for introspection data.
deprecations:
- |
The ``IronicInspectorUseSwift`` parameter has been deprecated in favor of
``IronicInspectorStorageBackend`` and will be removed in a future release.