From 3f3d6f4e7e51151ff204421969c9c1ac1d9ec4a7 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 22 Oct 2015 10:26:10 -0600 Subject: [PATCH] Whitespace correction for linter My editor makes these changes automatically. Signed-off-by: Zack Cerza --- teuthology/openstack/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/openstack/__init__.py b/teuthology/openstack/__init__.py index d755616ca9..4216ac4668 100644 --- a/teuthology/openstack/__init__.py +++ b/teuthology/openstack/__init__.py @@ -262,7 +262,7 @@ class TeuthologyOpenStack(OpenStack): def __init__(self, args, config, argv): """ args is of type argparse.Namespace as returned - when parsing argv and config is the job + when parsing argv and config is the job configuration. The argv argument can be re-used to build the arguments list of teuthology-suite. """ @@ -595,7 +595,7 @@ openstack security group rule create --proto udp --dst-port 53 teuthology # dns " " + self.net() + " --key-name " + self.args.key_name + " --user-data " + user_data + - security_group + + security_group + " --wait " + self.args.name + " -f json") instance_id = self.get_value(json.loads(instance), 'id') -- 2.39.5