Driver action implemenations
congressclient.osc.v1.driver.
ListDrivers
(app, app_args, cmd_name=None)¶Bases: cliff.lister.Lister
List drivers.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <KeywordArgumentAdapter congressclient.osc.v1.driver.ListDrivers (WARNING)>¶take_action
(parsed_args)¶Return a tuple containing the column names and an iterable containing the data to be listed.
congressclient.osc.v1.driver.
ShowDriverConfig
(app, app_args, cmd_name=None)¶Bases: cliff.show.ShowOne
List driver tables.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <KeywordArgumentAdapter congressclient.osc.v1.driver.ShowDriverConfig (WARNING)>¶take_action
(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
congressclient.osc.v1.driver.
ShowDriverSchema
(app, app_args, cmd_name=None)¶Bases: cliff.lister.Lister
List datasource tables.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <KeywordArgumentAdapter congressclient.osc.v1.driver.ShowDriverSchema (WARNING)>¶take_action
(parsed_args)¶Return a tuple containing the column names and an iterable containing the data to be listed.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.