Bug 837850

Summary: https publishing is broken after refactoring
Product: [Retired] Pulp Reporter: John Matthews <jmatthew>
Component: user-experienceAssignee: John Matthews <jmatthew>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.0.6   
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: 2013-01-07 14:10:12 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 John Matthews 2012-07-05 15:19:03 UTC
Description of problem:
https publishing of a sync repo is broken after refactoring to platform/rpm-support modules.

Version-Release number of selected component (if applicable):
0.0.310

How reproducible:
Always

Actual results:
[Thu Jul 05 11:13:35 2012] [error] [client 10.11.10.222] mod_wsgi (pid=7209): Exception occurred processing WSGI script '/srv/pulp/repo_auth.wsgi'.
[Thu Jul 05 11:13:35 2012] [error] [client 10.11.10.222] Traceback (most recent call last):
[Thu Jul 05 11:13:35 2012] [error] [client 10.11.10.222]   File "/srv/pulp/repo_auth.wsgi", line 13, in <module>
[Thu Jul 05 11:13:35 2012] [error] [client 10.11.10.222]     from pulp.repo_auth import oid_validation, identity_validation, auth_enabled_validation
[Thu Jul 05 11:13:35 2012] [error] [client 10.11.10.222] ImportError: No module named repo_auth

Comment 1 John Matthews 2012-07-05 15:20:17 UTC
Fix here:
http://git.fedorahosted.org/git/?p=pulp.git;a=commitdiff;h=f49ac8654a8949bd035fe9dcaa36cc63e9883f14


Just needed to update import statement

Comment 2 Jeff Ortel 2012-07-12 21:51:31 UTC
build: 0.313

Comment 3 Preethi Thomas 2012-07-25 14:33:20 UTC
verified
[root@preethi-el6-pulp ~]# rpm -q pulp-rpm-server
pulp-rpm-server-0.0.318-1.el6.noarch
[root@preethi-el6-pulp ~]# 

both http and https publishing is working
http://preethi-el6-pulp.usersys.redhat.com/pulp/repos/repos/pulp/pulp/demo_repos/test_srpm_repo/
https://preethi-el6-pulp.usersys.redhat.com/pulp/repos/repos/pulp/pulp/demo_repos/test_srpm_repo/

Comment 4 Preethi Thomas 2013-01-07 14:10:12 UTC
Pulp 2.0 released.