From 5af5f6058ca74421f6010ff9efac9c7910f3e148 Mon Sep 17 00:00:00 2001 From: Peng Zhi Xiong Date: Thu, 17 Dec 2015 05:11:35 -0800 Subject: [PATCH] Fix some inconsistency in docstrings Added colon after ":param" according to: http://docs.openstack.org/developer/hacking Change-Id: Ie4b77685b688491218a1fd417098fa611454f038 --- rally-jobs/plugins/vpn_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rally-jobs/plugins/vpn_base.py b/rally-jobs/plugins/vpn_base.py index 45864e26f..29aadda20 100644 --- a/rally-jobs/plugins/vpn_base.py +++ b/rally-jobs/plugins/vpn_base.py @@ -34,7 +34,7 @@ class VpnBase(rally_base.OpenStackScenario): def setup(self, use_admin_client=False): """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.snat_namespaces = [] @@ -366,7 +366,7 @@ class VpnBase(rally_base.OpenStackScenario): """Creates tenant :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: """ with LOCK: