Command-line interface to the OpenStack Identity API.
-
class keystoneclient.shell.OpenStackHelpFormatter(prog, indent_increment=2, max_help_position=24, width=None)
Bases: argparse.HelpFormatter
-
start_section(heading)
-
class keystoneclient.shell.OpenStackIdentityShell(parser_class=<class 'argparse.ArgumentParser'>)
Bases: object
-
do_bash_completion(args)
Prints all of the commands and options to stdout.
The keystone.bash_completion script doesn’t have to hard code them.
-
do_help(args)
Display help about this program or one of its subcommands.
-
get_api_class(version)
-
get_base_parser()
-
get_subcommand_parser(version)
-
main(argv)
-
keystoneclient.shell.env(*vars, **kwargs)
Search for the first defined of possibly many env vars
Returns the first environment variable defined in vars, or
returns the default defined in kwargs.
-
keystoneclient.shell.main()
-
keystoneclient.shell.positive_non_zero_float(argument_value)