5315aa8fc0
Class neutron.cmd.upgrade_checks.base.BaseChecks can be used as base class for upgrade checks implemented in stadium or 3rd party projects (e.g. in [1]). It will be better to have it in neutron-lib rather than in neutron. [1] https://review.openstack.org/#/c/637203/ Change-Id: I6f9777358a33444fabd09e611a9cddd807827573
7 lines
209 B
YAML
7 lines
209 B
YAML
---
|
|
other:
|
|
- |
|
|
Base class for upgrade checks used in checks in
|
|
``neutron-status upgrade check`` tool is now available in
|
|
``neutron_lib.utils.upgrade_checks`` and can be reused by other projects.
|