Actions
Issue #2811
closedimporters URL no longer available in the pulp 3 API
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 22
Quarter:
Description
Request Method: GET
Request URL: http://localhost:1234/api/v3/importers/file/
(pulp) [vagrant@dev pulp]$ python manage.py runserver 1234
Performing system checks...
System check identified no issues (1 silenced).
June 12, 2017 - 18:13:49
Django version 1.8.18, using settings 'pulpcore.app.settings'
Starting development server at http://127.0.0.1:1234/
Quit the server with CONTROL-C.
[12/Jun/2017 18:13:54] "GET / HTTP/1.1" 404 1910
[12/Jun/2017 18:14:00] "GET /api/v3/importers/file/ HTTP/1.1" 404 8053
Actions
Problem: file plugin not loaded when pulp starts
Solution: update entry point and import to use 'pulpcore'
closes #2811 https://pulp.plan.io/issues/2811