Bases: Command
Emit a warning for use of a deprecated option
Invoked by the application when the command is run.
Developers implementing commands should override
take_action()
.
Developers creating new command base classes (such as
Lister
and ShowOne
) should override this
method to wrap take_action()
.
Return the value returned by take_action()
or 0.
Bases: ABCMeta
Bases: CommandManager
Noop subclass for transition purposes.
Timing Implementation
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.