-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers