Hide Forgot
Description of problem: Now we can have multiple yum repos assigned to the channel, but API call channel.software.getDetails(key, CHANNEL) returns values only for one of them. Version-Release number of selected component (if applicable): satellite-schema-5.4.0.9-1.el5sat How reproducible: always Steps to Reproduce: 1. Create 2 yum repos and attach them to the channel 2. info = client.channel.software.getDetails(key, CHANNEL) print info['yumrepo_label'] print info['yumrepo_last_sync'] print info['yumrepo_source_url'] Actual results: When I have 2 repos assigned to my channel, API call returns: yumrepo_label: rpmfusion-free-el-updates-6-x86_64 yumrepo_last_sync: yumrepo_source_url: http://download1.rpmfusion.org/free/el/updates/6/x86_64/ Expected results: These keys should be removed from output or array should be returned or something. Or maybe marked as obsoleted in the docs.