mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
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:
commit
4d8971e1c8
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user