From: Zack Cerza Date: Thu, 22 Oct 2015 16:26:10 +0000 (-0600) Subject: Whitespace correction for linter X-Git-Tag: 1.1.0~782^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3f3d6f4e7e51151ff204421969c9c1ac1d9ec4a7;p=teuthology.git Whitespace correction for linter My editor makes these changes automatically. Signed-off-by: Zack Cerza --- diff --git a/teuthology/openstack/__init__.py b/teuthology/openstack/__init__.py index d755616ca..4216ac466 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')