Skip to content

Support for custom API_ROOT #145

@ReLehmann

Description

@ReLehmann

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions