6369796ebe
One of the community goals for Stein is to implement a command-line tool for operators that runs programmable checks that might impact upgradability. This commit lays down the basic structure for the upgrade checks and ties it up to `keystone-status` command. Story: 2003657 Task: 26135 Change-Id: I6586827104156ac549217967a1b9171f1a3b32e4
10 lines
452 B
YAML
10 lines
452 B
YAML
---
|
|
features:
|
|
- |
|
|
[`Community Goal <https://governance.openstack.org/tc/goals/stein/upgrade-checkers.html>`_]
|
|
Support has been added for developers to write pre-upgrade checks.
|
|
Operators can run these checks using ``keystone-status upgrade check``.
|
|
This allows operators to be more confident when upgrading their deployments
|
|
by having a tool that automates programmable checks against the deployment
|
|
configuration or dataset.
|