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
Updated by daviddavis over 6 years ago
- Related to Task #3336: Raise an exception if a user tries to create/update an importer with additive sync policy added
Updated by daviddavis over 6 years ago
README should say 'mirror' and not additive.
Updated by dalley over 6 years ago
- Has duplicate Issue #3470: Workflow in README is broken - "additive" is not a valid choice added
Added by Dana Walker over 6 years ago
Updated by Anonymous over 6 years ago
- Status changed from NEW to MODIFIED
Applied in changeset b771792191df6ef294169020c43999139a50a7d3.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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