Merge "Add missing params' description"

This commit is contained in:
Zuul 2018-05-21 21:01:20 +00:00 committed by Gerrit Code Review
commit 29d6500ce5
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)