Bug 736148

Summary: Sync cancel fails because Pulp API changed
Product: Red Hat Satellite Reporter: Mike McCune <mmccune>
Component: APIAssignee: Mike McCune <mmccune>
Status: CLOSED CURRENTRELEASE QA Contact: Jitendra Yejare <jyejare>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: cwelton
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-22 17:55:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 747354    

Description Mike McCune 2011-09-06 19:52:41 UTC
To cancel a sync you now have to call a specific 'cancel' method in the Pulp API:

before:

DELETE /pulp/api/repositories/<repo-id>/sync/<sync-id>/

new path required:

POST /pulp/api//tasks/<sync-id>/cancel/

Comment 1 Corey Welton 2011-10-25 04:08:46 UTC
QA Verified, we can now cancel sync again.