Fix some inconsistency in docstrings

Added colon after ":param" according to:
http://docs.openstack.org/developer/hacking

Change-Id: Ie4b77685b688491218a1fd417098fa611454f038
This commit is contained in:
Peng Zhi Xiong 2015-12-17 05:11:35 -08:00
parent dcdfc8a2f9
commit 5af5f6058c

View File

@ -34,7 +34,7 @@ class VpnBase(rally_base.OpenStackScenario):
def setup(self, use_admin_client=False): def setup(self, use_admin_client=False):
"""Creates and initializes data structures to hold various resources """Creates and initializes data structures to hold various resources
:param use_admin_client - Use admin client when it is set to True :param use_admin_client: Use admin client when it is set to True
""" """
self.tenant_ids = [] self.tenant_ids = []
self.snat_namespaces = [] self.snat_namespaces = []
@ -366,7 +366,7 @@ class VpnBase(rally_base.OpenStackScenario):
"""Creates tenant """Creates tenant
:param keystone_client: keystone_admin_client :param keystone_client: keystone_admin_client
:param tenant_ids : append created tenant id into the list :param tenant_ids: append created tenant id into the list
:return: :return:
""" """
with LOCK: with LOCK: