diff --git a/config_tempest/clients.py b/config_tempest/clients.py index 23ab4227..5da0cc9e 100644 --- a/config_tempest/clients.py +++ b/config_tempest/clients.py @@ -186,6 +186,7 @@ class ClientManager(object): """Obtain identity client. :type identity_version: string + :type catalog_type: string :type default_params: dict """ if "v3" in identity_version: diff --git a/config_tempest/tempest_conf.py b/config_tempest/tempest_conf.py index 5b42e529..a80c9100 100644 --- a/config_tempest/tempest_conf.py +++ b/config_tempest/tempest_conf.py @@ -75,6 +75,8 @@ class TempestConf(ConfigParser.SafeConfigParser): :type section: String :param key: a key in a section in a tempest.conf file :type key: String + :param value: a value to be set to the section.key + :type value: String :param priority: if True, always over-write the value. If False, don't over-write an existing value if it was written before with a priority (i.e. if it was specified by the user)