Bug 834147

Summary: Beaker will break if distros are imported as ftp:// and not http://
Product: [Retired] Beaker Reporter: Dan Callaghan <dcallagh>
Component: schedulerAssignee: Dan Callaghan <dcallagh>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 0.9CC: bpeck, dcallagh, rmancy, stl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-20 00:38:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dan Callaghan 2012-06-21 01:19:07 UTC
There are a few places where we call DistroTree.url_in_lab(..., 'http') expecting there to always be an http:// URL. But in fact beaker-import will accept ftp:// without http:// and we can use FTP in these cases too. So we should fix the calls.

Marking as low priority because probably everyone will have HTTP (certainly we always do internally).

Comment 1 Dan Callaghan 2012-07-10 06:51:07 UTC
On Gerrit: http://gerrit.beaker-project.org/1195

Comment 5 Dan Callaghan 2012-07-20 00:38:25 UTC
Beaker 0.9.1 has been released.