Actions
Task #5244
closedMake links returned by pulp_ansible endpoints configurable
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
URLs to related resources and pagination links currently are automatically generated from Django views and url configs.
These links include `/pulp_ansible` prefix, that when proxied by galaxy should not be included in order to return valid Galaxy URLs.
Updated by bmbouter over 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_ansible/pull/173
Added by bmbouter over 5 years ago
Updated by bmbouter over 5 years ago
Can someone give an example of the production URL you want reverse to resolve to for example the 'collection-list' view here
Updated by bmbouter over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|6163ed254bbd9add4b409c18d38d7f2e5eba7e77.
Updated by bmbouter about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Make Galaxy API Location Configurable
The
GALAXY_API_ROOT
setting is introduced along with documentation on all existing settings.https://pulp.plan.io/issues/5244 closes #5244