You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' {} \;
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:
Cause: https://github.com/pulp/squeezer/blob/develop/plugins/module_utils/pulp.py#L74
The text was updated successfully, but these errors were encountered: