Allow examination of config values before loading auth plugin
OpenStackClient will override this to perform additional checks on auth_type.
Fetch an arbitrary extra chunk of config, laying in defaults.
Parameters: |
|
---|
Retrieve a single cloud configuration and merge additional options
Parameters: |
|
---|---|
Raises: | keystoneauth1.exceptions.MissingRequiredOptions on missing required auth parameters |
Retrieve a single cloud configuration and merge additional options
Parameters: |
|
---|---|
Raises: | keystoneauth1.exceptions.MissingRequiredOptions on missing required auth parameters |
Perform the set of magic argument fixups
Prompt user for option that requires a value
Register all of the common argparse options needed.
Given an argparse parser, register the keystoneauth Session arguments, the keystoneauth Auth Plugin Options and os-cloud. Also, peek in the argv to see if all of the auth plugin options should be registered or merely the ones already configured. :param argparse.ArgumentParser: parser to attach argparse options to :param list argv: the arguments provided to the application :param string service_keys: Service or list of services this argparse
should be specialized for, if known. The first item in the list will be used as the default value for service_type (optional)
Set a single cloud configuration.
Parameters: |
|
---|