Merge "Add missing params' description"
This commit is contained in:
commit
29d6500ce5
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user