Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

List index out of range error dumped due to bad request for repository enable URL. #340

Open
devendra104 opened this issue Jun 27, 2019 · 0 comments
Assignees

Comments

@devendra104
Copy link
Member

This issue observed during Satellite upgrade for very specific version 6.5.0->6.5.z, In which one of the functions of tasks.py i.e sync_capsule_subscription_to_capsule_ak returned list index out of error. This issue comes due to one of the extra parameter passed in the collection(data) parameter in enable property of cap_reposet.
The passed parameter:
cap_reposet.enable(
data={'basearch': 'x86_64', 'releasever': '7Server', 'organization_id': org.id})
Required Paramater:
cap_reposet.enable(
data={'basearch': 'x86_64', 'organization_id': org.id})

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant