cinder/releasenotes/notes/cinder-status-check-backup_driver-fe009985df2bc32f.yaml
Sean McGinnis cef38b5e84 Add upgrade checker for backup driver path
This adds an upgrade check to make sure the backup_driver setting is
using the full path to the driver and not just specifying the module.
Use of the module path for this setting was deprecated several releases
ago and removed in Stein.

Change-Id: I6b9722ab0d7a8bdf808bd937b0c237e3715ccaab
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-03 11:58:09 +00:00

7 lines
227 B
YAML

---
upgrade:
- |
A new check is added to the ``cinder-status upgrade check`` CLI to check
for the use of backup driver module path instead of full driver class path
in the ``backup_driver`` configuration setting.