Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom API_ROOT #145

Open
ReLehmann opened this issue Feb 23, 2024 · 0 comments
Open

Support for custom API_ROOT #145

ReLehmann opened this issue Feb 23, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ReLehmann
Copy link

Pulp squeezer currently does not support custom API_ROOT environments from Pulp. As an example, the following hotfix can be used if you use / as API_ROOT:

find . -name pulp.py -exec sed -i '/doc_path/s/\/pulp//g' {} \;

Cause: https://github.com/pulp/squeezer/blob/develop/plugins/module_utils/pulp.py#L74

@mdellweg mdellweg added enhancement New feature or request good first issue Good for newcomers labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants