Merge pull request #17650 from ceph/wip-ceph-deploy-fix

qa/tests: Fix get_system_type failure due to invalid remote name
This commit is contained in:
Tamilarasi Muthamizhan 2017-09-12 15:07:24 -07:00 committed by GitHub
commit 4d8971e1c8

View File

@ -43,8 +43,7 @@ def download_ceph_deploy(ctx, config):
))
log.info("Installing Python")
for admin in ceph_admin.remotes:
system_type = teuthology.get_system_type(admin)
system_type = teuthology.get_system_type(ceph_admin)
if system_type == 'rpm':
package = 'python34' if py_ver == '3' else 'python'