]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Whitespace correction for linter
authorZack Cerza <zack@redhat.com>
Thu, 22 Oct 2015 16:26:10 +0000 (10:26 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 22 Oct 2015 17:19:20 +0000 (11:19 -0600)
My editor makes these changes automatically.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/openstack/__init__.py

index d755616ca9bdc98980470e3e35e8447ce47f9b4e..4216ac466852522fa5fc86abaaee92985082b0f1 100644 (file)
@@ -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')