Actions
Issue #1362
closedMandatory data keys of distributor_config in Associate a Distributor with a Repository
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
2.7.0 Beta
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Easy Fix, Pulp 2
Sprint:
Quarter:
Description
distributor_config
requires different config keys, namely http
, https
and relative_url
than provided in example of request [1]:
{
"distributor_id": "dist_1",
"distributor_type_id": "harness_distributor",
"distributor_config": {
"publish_dir": "/tmp/harness-publish",
"write_files": "true"
},
"auto_publish": false
}
Updated by mhrivnak over 7 years ago
- Triaged changed from No to Yes
The settings you mentioned are specific to one or more particular distributors, so they don't necessarily belong in the platform example. However, we could do a better job of making that point clear in the docs.
Updated by amacdona@redhat.com over 7 years ago
- Status changed from NEW to POST
- Assignee set to amacdona@redhat.com
- Priority changed from Normal to Low
- Platform Release set to 2.8.0
I spent a lot of time with the distributors recently, so I went ahead and updated these docs while it was fresh.
Updated by amacdona@redhat.com over 7 years ago
- Status changed from POST to MODIFIED
Updated by dkliban@redhat.com about 7 years ago
- Status changed from MODIFIED to 5
Updated by dkliban@redhat.com about 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions