From f69b775b0a711f5bf65874ef3d09af252237d48b Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Mon, 21 May 2018 12:42:11 +0000 Subject: [PATCH] Add missing params' description Change-Id: I8f5ea1f10bda780f6530d9323dd00611fee83999 --- config_tempest/clients.py | 1 + config_tempest/tempest_conf.py | 2 ++ 2 files changed, 3 insertions(+) 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)