Bug 621845

Summary: Wrong installType value for Fedora releases - kickstart.tree.create
Product: [Community] Spacewalk Reporter: Garik Khachikyan <gkhachik>
Component: APIAssignee: Tomas Lestach <tlestach>
Status: CLOSED DUPLICATE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: low    
Version: 1.2CC: mkoci
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-20 10:25:29 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: 487677, 623772    

Description Garik Khachikyan 2010-08-06 09:34:35 UTC
Description of problem:
In the specification of API section of kickstart.tree.create() XML/RPC call there is defined "fedora_9" as a value of installType for Fedora releases.
But actual implementation takes the value: "fedora".

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

How reproducible:
always

Steps to Reproduce:
1. call kickstart.tree.create (...args, installType='fedora_9') - it fails
2.
3.
  
Actual results:
Failure

Expected results:
API call should pass with a call of "fedora" (if documentation gets updated") or with a call of "fedora_9" - if there is devel. implementation would be changed.

Additional info:

Comment 3 Garik Khachikyan 2010-08-20 10:25:29 UTC

*** This bug has been marked as a duplicate of bug 622702 ***