neutron-lib/releasenotes/notes/add-base-upgrade-checks-class-f6da1d501663d8c5.yaml
Slawek Kaplonski 5315aa8fc0 Rehome base upgrade checks class
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
2019-02-20 11:13:04 +01:00

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.