]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix indenting 872/head
authorZack Cerza <zack@redhat.com>
Tue, 14 Jun 2016 18:20:44 +0000 (12:20 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 14 Jun 2016 18:32:24 +0000 (12:32 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/suite/util.py

index 16755cae863fb70f8506b48bae5bf2f6ab1bcb3d..977b37d13dc894978fb039962dac1d32be8223ca 100644 (file)
@@ -115,9 +115,9 @@ def get_distro_defaults(distro, machine_type):
 
     This is used to default to:
         ('x86_64', 'trusty', 'deb') when passed 'ubuntu' and 'plana'
-    ('armv7l', 'saucy', 'deb') when passed 'ubuntu' and 'saya'
-    ('x86_64', 'wheezy', 'deb') when passed 'debian'
-    ('x86_64', 'fedora20', 'rpm') when passed 'fedora'
+        ('armv7l', 'saucy', 'deb') when passed 'ubuntu' and 'saya'
+        ('x86_64', 'wheezy', 'deb') when passed 'debian'
+        ('x86_64', 'fedora20', 'rpm') when passed 'fedora'
     And ('x86_64', 'centos7', 'rpm') when passed anything else
     """
     arch = 'x86_64'