Description of problem: In the API calls of Spacewalk and Satellite there are inconsistencies for the input parameter installType (for Fedora case): For Satellite there should be defined: fedora_9 For Spacewalk it is working with: fedora Version-Release number of selected component (if applicable): Spacewalk 1.1; Satellite 5.3.0+ How reproducible: always Steps to Reproduce: 1. Try to call xmlRpc.kickstart.tree.create(..., installType='fedora_9') for Spacewalk - it fails 2. 3. Actual results: The call fails Expected results: Should be adjusted with Satellite to accept the input value "fedora_9" (or maybe change in Satellite and bring it to value "fedora" ?) Additional info:
*** Bug 621845 has been marked as a duplicate of this bug. ***
Mass-moving to space13.
This behavior is expected. BZ#516772 replaced fedora_8, fedora_9 and fedora_10 with just fedora.
Closing as NOTABUG