TrivialFix: Fixed typo in some files
Change-Id: Icbb7e07d3b11d002a1b1bb143a0de82500abd52f
This commit is contained in:
@@ -32,7 +32,7 @@ def register_argparse_arguments(parser, argv, default=None):
|
|||||||
the options required for that specific plugin if available.
|
the options required for that specific plugin if available.
|
||||||
|
|
||||||
:param argparse.ArgumentParser: the parser to attach argparse options to.
|
:param argparse.ArgumentParser: the parser to attach argparse options to.
|
||||||
:param list argv: the arguments provided to the appliation.
|
:param list argv: the arguments provided to the application.
|
||||||
:param str/class default: a default plugin name or a plugin object to use
|
:param str/class default: a default plugin name or a plugin object to use
|
||||||
if one isn't specified by the CLI. default: None.
|
if one isn't specified by the CLI. default: None.
|
||||||
|
|
||||||
|
@@ -33,7 +33,7 @@ def get_common_conf_options():
|
|||||||
or to manipulate the options before registering them yourself.
|
or to manipulate the options before registering them yourself.
|
||||||
|
|
||||||
The options that are set are:
|
The options that are set are:
|
||||||
:auth_plugin: The name of the pluign to load.
|
:auth_plugin: The name of the plugin to load.
|
||||||
:auth_section: The config file section to load options from.
|
:auth_section: The config file section to load options from.
|
||||||
|
|
||||||
:returns: A list of oslo_config options.
|
:returns: A list of oslo_config options.
|
||||||
|
@@ -84,7 +84,7 @@ class BaseGenericPlugin(base.BaseIdentityPlugin):
|
|||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def create_plugin(self, session, version, url, raw_status=None):
|
def create_plugin(self, session, version, url, raw_status=None):
|
||||||
"""Create a plugin from the given paramters.
|
"""Create a plugin from the given parameters.
|
||||||
|
|
||||||
This function will be called multiple times with the version and url
|
This function will be called multiple times with the version and url
|
||||||
of a potential endpoint. If a plugin can be constructed that fits the
|
of a potential endpoint. If a plugin can be constructed that fits the
|
||||||
|
Reference in New Issue
Block a user