From: Zack Cerza Date: Tue, 14 Jun 2016 18:20:44 +0000 (-0600) Subject: Fix indenting X-Git-Tag: 1.1.0~603^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F872%2Fhead;p=teuthology.git Fix indenting Signed-off-by: Zack Cerza --- diff --git a/teuthology/suite/util.py b/teuthology/suite/util.py index 16755cae8..977b37d13 100644 --- a/teuthology/suite/util.py +++ b/teuthology/suite/util.py @@ -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'