f5b01e0e12
CLI command "neutron-status upgrade check" now can load checks from 3rd party and stadium projects using entry_points. Such additional checks should be available under "neutron.status.upgrade.checks" namespace in entry_points. Change-Id: I416abbcdd7b397ec6acd2827129d7a56095ea63d Story: 2003657
17 lines
645 B
YAML
17 lines
645 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.
|
|
Stadium and 3rd party projects can register their own checks to this new
|
|
neutron-status CLI tool using entrypoints in
|
|
``neutron.status.upgrade.checks`` namespace.
|
|
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.
|