congressclient.osc.v1.driver module

congressclient.osc.v1.driver module

Driver action implemenations

class 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 = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)

Return a tuple containing the column names and an iterable containing the data to be listed.

class 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 = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

class 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 = <oslo_log.log.KeywordArgumentAdapter object>
take_action(parsed_args)

Return a tuple containing the column names and an iterable containing the data to be listed.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.