keystone.cmd.status module

class keystone.cmd.status.Checks[source]

Bases: UpgradeCommands

Programmable upgrade checks.

Each method here should be a programmable check that helps check for things that might cause issues for deployers in the upgrade process. A good example of an upgrade check would be to ensure all roles defined in policies actually exist within the roles backend.

check_default_roles_are_immutable()[source]
check_trust_policies_are_not_empty()[source]
keystone.cmd.status.main()[source]