manila/releasenotes/notes/manila-status-upgrade-check-framework-aef9b5cf9d8e3bda.yaml
whoami-rajat 1f005beb58 Add manila-status upgrade check command framework
This adds basic framework for manila-status upgrade
check commands. For now it has only "check_placeholder"
check implemented.
Real checks can be added to this tool in the future.

Change-Id: Id809535d0a01617916a8e29f151ca4e61f738fad
Story: 2003657
Task: 26139
2018-10-19 12:53:03 +05:30

14 lines
467 B
YAML

---
prelude: >
Added new tool ``manila-status upgrade check``.
features:
- |
New framework for ``manila-status upgrade check`` command is added.
This framework allows adding various checks which can be run before a
Manila upgrade to ensure if the upgrade can be performed safely.
upgrade:
- |
Operator can now use new CLI tool ``manila-status upgrade check``
to check if Manila deployment can be safely upgraded from
N-1 to N release.