Skip to content

Commit

Permalink
Merge pull request ceph#861 from smithfarm/wip-opensuse-codename
Browse files Browse the repository at this point in the history
packaging.py: make _get_distro() support openSUSE
  • Loading branch information
zmc committed May 16, 2016
2 parents b3803b2 + 9016350 commit 195f99f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions teuthology/packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,8 @@ def _get_distro(self, distro=None, version=None, codename=None):
distro = "centos"
elif distro == "fedora":
distro = "fc"
elif distro == "opensuse":
distro = "opensuse"
else:
# deb based systems use codename instead of a distro/version combo
if not codename:
Expand Down

0 comments on commit 195f99f

Please sign in to comment.