152364dbc8
This adds basic framework for neutron-status upgrade check commands. For now it has only "check_nothing" check implemented. Real checks can be added to this tool in the future. Depends-On: https://review.openstack.org/#/c/610061/ Change-Id: Ib08119e1bb8de80856edb6a39769d4bc9d98c587 Story: 2003657 Task: 26144
14 lines
470 B
YAML
14 lines
470 B
YAML
---
|
|
prelude: >
|
|
Add new tool ``neutron-status upgrade check``.
|
|
features:
|
|
- |
|
|
New framework for ``neutron-status upgrade check`` command is added.
|
|
This framework allows adding various checks which can be run before a
|
|
Neutron upgrade to ensure if the upgrade can be performed safely.
|
|
upgrade:
|
|
- |
|
|
Operator can now use new CLI tool ``neutron-status upgrade check``
|
|
to check if Neutron deployment can be safely upgraded from
|
|
N-1 to N release.
|