neutron_lib.utils.upgrade_checks module¶
-
class
neutron_lib.utils.upgrade_checks.
BaseChecks
¶ Bases:
object
Base class providing upgrade checks.
Stadium projects which want to provide their own upgrade checks to neutron-status CLI tool should inherit from this class.
Each check method have to accept neutron.cmd.status.Checker class as an argument because all checkes will be run in context of this class.
-
abstract
get_checks
()¶ Get tuple with check methods and check names to run.
-
abstract