Bases: argparse.HelpFormatter
Generate common filters for any list request.
Parameters: |
|
---|---|
Returns: | list of string filters. |
Generate ‘params’ dict that is common for every ‘list’ command.
Parameters: |
|
---|---|
Returns: | a dict with params to pass to the client method. |
Define a command in the subparsers collection.
Parameters: |
|
---|
Add do_ methods in a module and add as commands into a subparsers.
Make the config drive file.
Parameters: | path – The directory containing the config drive files. |
---|---|
Returns: | A gzipped and base64 encoded configdrive string. |