Add missing params' description

Change-Id: I8f5ea1f10bda780f6530d9323dd00611fee83999
This commit is contained in:
Martin Kopec 2018-05-21 12:42:11 +00:00
parent 130db00711
commit f69b775b0a
2 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -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)