From: Owen Synge Date: Thu, 24 Apr 2014 14:26:04 +0000 (+0200) Subject: distro is important object that shoudl not be overwritern with a string X-Git-Tag: v1.5.0~7^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0977146419384bb2fcda1e845a373eb070b50205;p=ceph-deploy.git distro is important object that shoudl not be overwritern with a string --- diff --git a/ceph_deploy/hosts/suse/install.py b/ceph_deploy/hosts/suse/install.py index c04ca21..1774985 100644 --- a/ceph_deploy/hosts/suse/install.py +++ b/ceph_deploy/hosts/suse/install.py @@ -12,9 +12,9 @@ def install(distro, version_kind, version, adjust_repos): key = 'autobuild' if distro.codename == 'Mantis': - distro = 'opensuse12' + distro_name = 'opensuse12' else: - distro = 'sles-11sp2' + distro_name = 'sles-11sp2' if adjust_repos: process.run(