Actions
Issue #3469
closedQuickstart Guide instructions are wrong for importer
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
http POST http://localhost:8000/api/v3/importers/file/ name='bar' download_policy='immediate' sync_mode='additive' feed_url='https://repos.fedorapeople.org/pulp/pulp/demo_repos/test_file_repo/PULP_MANIFEST'
HTTP/1.0 400 Bad Request
Allow: GET, POST, HEAD, OPTIONS
Content-Length: 53
Content-Type: application/json
Date: Wed, 14 Mar 2018 20:39:16 GMT
Server: WSGIServer/0.2 CPython/3.6.2
Vary: Accept, Cookie
X-Frame-Options: SAMEORIGIN
{
"sync_mode": [
"\"additive\" is not a valid choice."
]
}
Related issues
Actions
Quickstart Guide instructions for importer
The Quickstart Guide instructions for importer still included "additive" and this needed to be changed to "mirror".
fixes #3469 https://pulp.plan.io/issues/3469