cinder/releasenotes/notes/rename-backup-driver-status-check-interval-option-6b27c1e29cb863e9.yaml
Ivan Kolodyazhny acfc87e201 Publish backup capabilities to a scheduler
It's the first patch in the series to implement create backups
via scheduler and generic backup implementation.

Related blueprint: backup-host-selection-algorigthm
Change-Id: Ie03eb8e5f6191595ce53206ce1a685cfd9b71a2e
2019-12-04 15:44:13 +02:00

12 lines
458 B
YAML

---
upgrade:
- |
If you have ``backup_driver_status_check_interval`` option in your
cinder.conf we recommend you to use ``backup_driver_stats_polling_interval``
to avoid deprecation warnings in logs.
deprecations:
- |
``backup_driver_status_check_interval`` config option is renamed to
``backup_driver_stats_polling_interval`` to be similar with volume drivers
configuration. Old option name support will be dropped in U release.