c82ecc7463
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 `glance-status` command. Change-Id: I7fcf5235a76d15dbcb2c49255bc26c2b586cd71c Story: 2003657 Task: 26135
10 lines
450 B
YAML
10 lines
450 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 ``glance-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.
|