magnum/releasenotes/notes/add-upgrade-check-framework-5057ad67a7690a14.yaml
akhiljain23 2ccf639a39 Add framework for magnum-status upgrade check
This commit adds the functionality of magnum-status CLI for performing
upgrade checks as part of the Stein cycle upgrade-checkers goal.
It only includes a sample check which must be replaced by real checks in
future.

Change-Id: Ia8a74fd8bd5a804e71bb04eb0615fa114a517bc4
Story: 2003657
Task: 26138
2019-01-27 04:26:30 +00:00

9 lines
298 B
YAML

---
prelude: >
Added new tool ``magnum-status upgrade check``.
features:
- |
New framework for ``magnum-status upgrade check`` command is added.
This framework allows adding various checks which can be run before a
Magnum upgrade to ensure if the upgrade can be performed safely.