We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I try to connect with the Foreman version superior of 2. I get a error:
There is a conflict trying to redefine method (remove_content): apipie_resource: repositories new_api: <resource:repositories, name:remove_content> new_url: /katello/api/repositories/:id/remove_docker_manifests old_api: <resource:repositories, name:remove_content> old_url: /katello/api/repositories/:id/remove_packages
If I specify a version less then 2 its works.
Maybe the problem is related in functions: parse_version or get_foreman_version
The text was updated successfully, but these errors were encountered:
It's because of the async keyword being added to modern python versions, I made a quick fix over here https://github.com/antevens/python-foreman
Sorry, something went wrong.
No branches or pull requests
When I try to connect with the Foreman version superior of 2. I get a error:
There is a conflict trying to redefine method (remove_content): apipie_resource: repositories new_api: <resource:repositories, name:remove_content> new_url: /katello/api/repositories/:id/remove_docker_manifests old_api: <resource:repositories, name:remove_content> old_url: /katello/api/repositories/:id/remove_packages
If I specify a version less then 2 its works.
Maybe the problem is related in functions:
parse_version or get_foreman_version
The text was updated successfully, but these errors were encountered: